-
Notifications
You must be signed in to change notification settings - Fork 701
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
cabal test doesn't change to package directory #10704
Comments
I tried with |
Locally I see
but on CI I see
Now I can reproduce this locally, if I add |
This issue is causing problems with |
This seems in particular to affect |
I have been assigned to look into this. |
A simple fix to run the test executable in the `-working-dir`. Fixes haskell#10704
A simple fix to run the test executable in the `-working-dir`. Fixes haskell#10704
Fix in #10725 |
A simple fix to run the test executable in the `-working-dir`. Fixes haskell#10704
A simple fix to run the test executable in the `-working-dir`. Fixes haskell#10704
A simple fix to run the test executable in the `-working-dir`. Fixes haskell#10704
See https://github.com/phadej/regression-simple/actions/runs/12600704188/job/35120309804?pr=14
I'm puzzled what's happening, as I cannot reproduce that locally. Locally
cabal test
changes directory.The important part of log:
the --working-dir argument is the package directory, but when program is run, it's not respected, the test suite starts with
The text was updated successfully, but these errors were encountered: