-
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
--test-options are split wrong #8090
Comments
3 tasks
This is a terrible user experience, so very important IMHO. |
pranaysashank
added a commit
to pranaysashank/cabal
that referenced
this issue
Apr 9, 2022
- Closes haskell#8090.
4 tasks
andreabedini
pushed a commit
to pranaysashank/cabal
that referenced
this issue
Apr 30, 2022
- Closes haskell#8090.
andreabedini
pushed a commit
to pranaysashank/cabal
that referenced
this issue
May 6, 2022
- Closes haskell#8090.
ulysses4ever
pushed a commit
to ulysses4ever/cabal
that referenced
this issue
Jun 8, 2022
- Closes haskell#8090.
andreabedini
pushed a commit
to pranaysashank/cabal
that referenced
this issue
Aug 13, 2022
- Closes haskell#8090.
ulysses4ever
pushed a commit
to pranaysashank/cabal
that referenced
this issue
Aug 17, 2022
- Closes haskell#8090.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
cabal's test-options botches the arguments before it passes them to the test executable
To Reproduce
Clone cabal repo, and run the following command
it should work fine, however the below command doesn't
Expected behavior
Both methods of passing the arguments should work.
System information
cabal
,ghc
versions: 3.6.2.0, 8.10.7Additional context
Did some investigation, and that the bug is in the
splitArgs
functionThe text was updated successfully, but these errors were encountered: