File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" < input > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" < input > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $1 --compile-dir=_build -c --ghc-dont-call-ghc Main.agda > logs/agda-build
1515cabal build "$TEST_NAME" --with-compiler "$GHC_EXEC" > logs/cabal-build
1616
1717# Run the test
18- cabal exec "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
18+ cabal exec -v0 "$TEST_NAME" --with-compiler "$GHC_EXEC" > output
1919
2020# Clean up after ourselves
2121rm -R dist-newstyle
You can’t perform that action at this time.
0 commit comments