summaryrefslogtreecommitdiff
path: root/testsuite/tests/utils
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-20 23:46:13 -0500
committerBen Gamari <ben@smart-cactus.org>2019-01-30 10:06:31 -0500
commit513a449c9dd10887d6dc757d55286749b2594b09 (patch)
tree2c7e4be10c5b676885932789457f64738748db2e /testsuite/tests/utils
parentbdb559a60a18318b6130f399f158739118237f9b (diff)
downloadhaskell-513a449c9dd10887d6dc757d55286749b2594b09.tar.gz
testsuite: Use makefile_test
This eliminates most uses of run_command in the testsuite in favor of the more structured makefile_test.
Diffstat (limited to 'testsuite/tests/utils')
-rw-r--r--testsuite/tests/utils/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/utils/should_run/all.T b/testsuite/tests/utils/should_run/all.T
index f59c6b249c..8817118601 100644
--- a/testsuite/tests/utils/should_run/all.T
+++ b/testsuite/tests/utils/should_run/all.T
@@ -6,4 +6,4 @@ test('T14854',
compile_and_run,
['-package ghc'])
-test('T15953', [ignore_stdout], run_command, ['$MAKE --no-print-directory -s T15953'])
+test('T15953', [ignore_stdout], makefile_test, [])