Describe the bug
When I do cabal test --test-options '@foo', cabal prints out a question mark:
$ cabal test --test-options '@foo'
"?"
Build profile: -w ghc-9.12.2 -O1
Probably comes from here, although I have no idea why it's printing out a question mark:
|
expand n dir arg@('@' : f) = readRecursively n (dir </> f) `catchIOError` const (print "?" >> return [arg]) |
- Why is a question mark being printed out?
- Why is this running on
--test-options?
To Reproduce
Expected behavior
System information
- Operating system
cabal, ghc versions
Additional context
Add any other context about the problem here.