summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod175
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-02-21 01:50:22 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-02-21 01:51:13 +0100
commit6e691cacd6484b02df72f3e46a1d2ed0779a3107 (patch)
treefb3e251bccb4a5d0a8e1671cd89bd3a5f64f0637 /testsuite/tests/module/mod175
parent0b00add03043804211f567a3d0810114c0274252 (diff)
downloadhaskell-6e691cacd6484b02df72f3e46a1d2ed0779a3107.tar.gz
Testsuite: pass '-s --no-print-directory' to MAKE
This seems necessary after 9634e24 (#11569).
Diffstat (limited to 'testsuite/tests/module/mod175')
-rw-r--r--testsuite/tests/module/mod175/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod175/Makefile b/testsuite/tests/module/mod175/Makefile
index 65fb2758d8..e2c8b66893 100644
--- a/testsuite/tests/module/mod175/Makefile
+++ b/testsuite/tests/module/mod175/Makefile
@@ -11,7 +11,7 @@ clean:
# invocation as the main-is flag now applies to it).
mod175:
- $(MAKE) clean
+ $(MAKE) -s --no-print-directory clean
'$(TEST_HC)' $(TEST_HC_OPTS) -v0 --make -main-is Test.main Test.hs -o test
'$(TEST_HC)' $(TEST_HC_OPTS) -v0 --make -main-is Test2.main Test2.hs -o test2
./test