-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on Windows in GitHub Actions #52
Comments
Hi @jwodder Thanks for report. As I remember I've encountered some issues with windows CI as well. It might be something related to CI container/host itself. |
But I'll run it myself maybe something was changed after all. |
Actually, you know it might be a bug. |
@zhiburt Well, this was just an attempt at an MVCE. Trying to use expectrl with my actual (complicated) program still fails under Windows. What Windows program would you recommend for an MVCE? |
Hi @jwodder Sorry that it was ignored for such a long time.
So I was playing with I found out that both of them have a limited package of programs so I've tested custom python scripts. So far it's still unclear why it fails. https://ci.appveyor.com/project/zhiburt/expectrl-1oa5l/builds/46457768#L319 |
Consider the following very simple use of
expectrl
:If this program is run in GitHub Actions (using expectrl 0.6.0 and Rust 1.65.0), it succeeds on Ubuntu and macOS but fails on Windows; you can see such a run here. In particular, the output on Windows is:
The text was updated successfully, but these errors were encountered: