diff options
author | Ian Lynagh <igloo@earth.li> | 2007-04-01 20:54:55 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-04-01 20:54:55 +0000 |
commit | 6b250468fa63327b97b4b26705338e5e199fe387 (patch) | |
tree | 48459743316be2b26e1e2db89dbad6633b94b9f5 /testsuite/tests/ghc-regress/module/all.T | |
parent | 6f76bf1e2a6f658d648e46d879962eafc060fb8e (diff) | |
download | haskell-6b250468fa63327b97b4b26705338e5e199fe387.tar.gz |
Consistent output for tests
Diffstat (limited to 'testsuite/tests/ghc-regress/module/all.T')
-rw-r--r-- | testsuite/tests/ghc-regress/module/all.T | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/ghc-regress/module/all.T b/testsuite/tests/ghc-regress/module/all.T index b51e2fa8d9..1b010546da 100644 --- a/testsuite/tests/ghc-regress/module/all.T +++ b/testsuite/tests/ghc-regress/module/all.T @@ -188,11 +188,11 @@ test('mod142', normal, multimod_compile_fail, ['mod142', '-v0']) clean(['Mod142_A.hi', 'Mod142_A.o']) test('mod143', normal, multimod_compile_fail, ['mod143', '-v0']) clean(['Mod143_A.hi', 'Mod143_A.o']) -test('mod144', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod144']) +test('mod144', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod144 MAKELEVEL=']) clean(['Mod143_A.hi', 'Mod143_A.o']) test('mod145', normal, multimod_compile_fail, ['mod145', '-v0']) clean(['Mod145_A.hi', 'Mod145_A.o']) -test('mod146', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod146']) +test('mod146', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod146 MAKELEVEL=']) clean(['Mod145_A.hi', 'Mod145_A.o']) test('mod147', normal, multimod_compile_fail, ['mod147', '-v0']) clean(['Mod147_A.hi', 'Mod147_A.o']) @@ -208,13 +208,13 @@ test('mod156', normal, compile, ['']) test('mod157', normal, multimod_compile, ['mod157', '-v0']) clean(['Mod157_A.hi', 'Mod157_A.o', 'Mod157_B.hi', 'Mod157_B.o', 'Mod157_C.hi', 'Mod157_C.o', 'Mod157_D.hi', 'Mod157_D.o']) -test('mod158', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod158']) +test('mod158', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod158 MAKELEVEL=']) clean(['Mod157_A.hi', 'Mod157_A.o', 'Mod157_B.hi', 'Mod157_B.o', 'Mod157_C.hi', 'Mod157_C.o', 'Mod157_D.hi', 'Mod157_D.o']) test('mod159', normal, multimod_compile, ['mod159', '-v0']) clean(['Mod159_A.hi', 'Mod159_A.o', 'Mod159_B.hi', 'Mod159_B.o', 'Mod159_C.hi', 'Mod159_C.o', 'Mod159_D.hi', 'Mod159_D.o']) -test('mod160', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod160']) +test('mod160', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod160 MAKELEVEL=']) clean(['Mod159_A.hi', 'Mod159_A.o', 'Mod159_B.hi', 'Mod159_B.o', 'Mod159_C.hi', 'Mod159_C.o', 'Mod159_D.hi', 'Mod159_D.o']) test('mod161', normal, compile_fail, ['']) @@ -224,11 +224,11 @@ test('mod163', normal, multimod_compile, ['mod163', '-v0']) clean(['Mod163_A.hi', 'Mod163_A.o']) test('mod164', normal, multimod_compile_fail, ['mod164', '-v0']) clean(['Mod164_A.hi', 'Mod164_A.o', 'Mod164_B.hi', 'Mod164_B.o']) -test('mod165', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod165']) +test('mod165', compose(normal, exit_code(2)), run_command, ['$MAKE -s --no-print-directory mod165 MAKELEVEL=']) clean(['Mod164_A.hi', 'Mod164_A.o', 'Mod164_B.hi', 'Mod164_B.o']) -test('mod166', normal, run_command, ['$MAKE -s --no-print-directory mod166']) +test('mod166', normal, run_command, ['$MAKE -s --no-print-directory mod166 MAKELEVEL=']) clean(['Mod164_A.hi', 'Mod164_A.o', 'Mod164_B.hi', 'Mod164_B.o']) -test('mod167', normal, run_command, ['$MAKE -s --no-print-directory mod167']) +test('mod167', normal, run_command, ['$MAKE -s --no-print-directory mod167 MAKELEVEL=']) clean(['Mod164_A.hi', 'Mod164_A.o', 'Mod164_B.hi', 'Mod164_B.o']) test('mod168', normal, compile, ['']) test('mod169', normal, compile, ['']) |