[commit: process] master: Use pre_cmd rather than cmd_prefix (6bfb02f)
Ian Lynagh
igloo at earth.li
Sun Feb 3 21:03:18 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/process
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6bfb02fdcfa7cc5442e3718629886020e1d07427
>---------------------------------------------------------------
commit 6bfb02fdcfa7cc5442e3718629886020e1d07427
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 3 19:49:41 2013 +0000
Use pre_cmd rather than cmd_prefix
>---------------------------------------------------------------
tests/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/all.T b/tests/all.T
index 99b10fe..c9c0e6e 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -23,7 +23,7 @@ test('T3231',
compile_and_run,
[''])
test('T4198',
- [cmd_prefix('\'' + config.compiler + '\'' + ' exitminus1.c -no-hs-main -o exitminus1; '),
+ [pre_cmd('\'' + config.compiler + '\'' + ' exitminus1.c -no-hs-main -o exitminus1'),
extra_clean(['exitminus1.o', 'exitminus1', 'exitminus1.exe'])],
compile_and_run,
[''])
More information about the ghc-commits
mailing list