From e2a000cc181b4a66564b8378cad6843d1938f80a Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 22 May 2013 23:29:47 +0200 Subject: tests: avoid use of redirected 'run_make' invocations Instead, properly use the -E, -O, or -M options of run_make. The occurrences of the 'run_make' invocations using output redirection has been found by the recently-introduced maintainer check 'sc_tests_no_run_make_redirect'. * t/ax/tap-summary-aux.sh: Adjust. * t/ax/testsuite-summary-checks.sh: Likewise. * Several other tests: Likewise. Signed-off-by: Stefano Lattarini --- t/tap-plan-whitespace.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 't/tap-plan-whitespace.sh') diff --git a/t/tap-plan-whitespace.sh b/t/tap-plan-whitespace.sh index 659a7e77a..a3e2137b9 100644 --- a/t/tap-plan-whitespace.sh +++ b/t/tap-plan-whitespace.sh @@ -32,9 +32,7 @@ cat > bar.test <stdout || { cat stdout; exit 1; } -cat stdout - +run_make -O TESTS='foo.test bar.test' check count_test_results total=3 pass=3 fail=0 error=0 xpass=0 xfail=0 skip=0 : -- cgit v1.2.1