We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f483e commit 6dff4deCopy full SHA for 6dff4de
tests/system/environment/run
@@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
15
cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
16
17
# Run the test
18
-cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
+cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" -- hello world > output
19
20
# Clean up after ourselves
21
rm -R dist-newstyle
0 commit comments