[commit: testsuite] ghc-7.4: Fix mod175: Tell make to be quiet (52d4ab4)
Ian Lynagh
igloo at earth.li
Sun Jan 29 22:25:08 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/52d4ab4c7981e61733300e73c744a347add2b87a
>---------------------------------------------------------------
commit 52d4ab4c7981e61733300e73c744a347add2b87a
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