diff options
author | Ian Lynagh <igloo@earth.li> | 2012-01-29 21:24:39 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-01-29 21:25:27 +0000 |
commit | 874c337a4c74d13bd3063c7e27cf6db0a5f0d455 (patch) | |
tree | e2a447df0dbbd9903cffe2fb9b3bfc4b59cefc8f /testsuite/tests/module | |
parent | c90ed070d949167f80c23370760aa26ba6abac67 (diff) | |
download | haskell-874c337a4c74d13bd3063c7e27cf6db0a5f0d455.tar.gz |
Fix mod175: Tell make to be quiet
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r-- | testsuite/tests/module/mod175/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod175/all.T b/testsuite/tests/module/mod175/all.T index 3e941b687b..f4ab85b5d6 100644 --- a/testsuite/tests/module/mod175/all.T +++ b/testsuite/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']) |