summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-03 19:25:54 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-03 19:25:54 +0000
commit4200e0aa9f94b15b0d6bf9c732c56c1a11bcfd97 (patch)
tree88266efe3cb4cc5b8288917be812832eb9668d78 /testsuite/tests/concurrent
parent8005af165c5974ddd92ea017f1ce6b41465c0c7f (diff)
downloadhaskell-4200e0aa9f94b15b0d6bf9c732c56c1a11bcfd97.tar.gz
Tidy up some tests
We now use pre_cmd rather than cmd_prefix wherever possible. Also, pass "-s --no-print-directory" whenever we use pre_cmd.
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 356cdbc6bb..ec867ed4d3 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -204,7 +204,7 @@ test('conc058', only_compiler_types(['ghc']), compile_and_run, [''])
test('conc059',
[only_compiler_types(['ghc']),
only_ways(['threaded1','threaded2']),
- compile_cmd_prefix('$MAKE conc059_setup && '),
+ pre_cmd('$MAKE -s --no-print-directory conc059_setup'),
extra_clean(['conc059_c.o'])],
compile_and_run,
['conc059_c.c -no-hs-main'])