From 513a449c9dd10887d6dc757d55286749b2594b09 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 20 Jan 2019 23:46:13 -0500 Subject: testsuite: Use makefile_test This eliminates most uses of run_command in the testsuite in favor of the more structured makefile_test. --- testsuite/tests/typecheck/T13168/all.T | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite/tests/typecheck/T13168') diff --git a/testsuite/tests/typecheck/T13168/all.T b/testsuite/tests/typecheck/T13168/all.T index 2ca1d0b186..1ad10d4f1c 100644 --- a/testsuite/tests/typecheck/T13168/all.T +++ b/testsuite/tests/typecheck/T13168/all.T @@ -1,5 +1,4 @@ test('T13168', [extra_files(['package1', 'package2', 'Setup.hs']), when(opsys('mingw32'), expect_broken(14276))], - run_command, - ['$MAKE -s --no-print-directory T13168']) + makefile_test, []) -- cgit v1.2.1