-
Notifications
You must be signed in to change notification settings - Fork 1.1k
BashScriptsTests seems to be broken on macOS #15221
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
Comments
Just curious, did you first run |
I had a look at the GitHub action cli so I did run that before, but I'm not sure what else is happening |
@bishabosha Can you post the output from the failed test? I don't yet have my new mac configured for testing. |
@philwalk the output can be seen here https://gist.github.com/bishabosha/5157676e96e01a79e6e59c8418114fdb, from what I see, it looks like so on macOS I can replace the shebang with |
Edit: I removed it |
@philwalk I tried to push a change to prepend So perhaps there is a way to set up the environment in the subprocess so that the scala script is available in the path when I run the test? |
reopening due to revert of fix in #15259 |
I can't run
dotty.tools.scripting.BashScriptsTests
on macOS without consistently failingverifyScriptPathProperty
, (andsqlDateTest
) it appears no output is captured from invoked scripts inScriptTestEnv.bashCommand
, leading to assertion failures. However in the CI, it is fineThe text was updated successfully, but these errors were encountered: