[commit: testsuite] master: Fix mod175: Tell make to be quiet (8fbc7e6)
Ian Lynagh
igloo at earth.li
Sun Jan 29 22:25:41 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8fbc7e652ac98a1412a8f7e3dd86caec20389868
>---------------------------------------------------------------
commit 8fbc7e652ac98a1412a8f7e3dd86caec20389868
Author: Ian Lynagh <igloo at earth.li>
Date: Sun Jan 29 21:24:39 2012 +0000
Fix mod175: Tell make to be quiet
>---------------------------------------------------------------
tests/module/mod175/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/module/mod175/all.T b/tests/module/mod175/all.T
index 3e941b6..f4ab85b 100644
--- a/tests/module/mod175/all.T
+++ b/tests/module/mod175/all.T
@@ -3,5 +3,5 @@ setTestOpts(only_compiler_types(['ghc']))
test('mod175',
clean_cmd('$MAKE -s clean'),
run_command,
- ['$MAKE -s mod175'])
+ ['$MAKE -s --no-print-directory mod175'])
More information about the Cvs-ghc
mailing list