Skip to content

Commit 6dff4de

Browse files
committed
[ fix ] this test takes extra arguments
1 parent e3f483e commit 6dff4de

File tree

1 file changed

+1
-1
lines changed
  • tests/system/environment

1 file changed

+1
-1
lines changed

tests/system/environment/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515
cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616

1717
# Run the test
18-
cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+
cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" -- hello world > output
1919

2020
# Clean up after ourselves
2121
rm -R dist-newstyle

0 commit comments

Comments
 (0)