summaryrefslogtreecommitdiff
path: root/t/preproc-demo.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-23 20:48:03 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-23 20:48:03 +0200
commitaba3b0abf71bcd600fcb142b307b9c6955205298 (patch)
treee43992a8c95d83492e3a04f175a5ef1191295e36 /t/preproc-demo.sh
parent86e45fe19374b87b6a9adaeb3ecc93e51c7d54a7 (diff)
downloadautomake-aba3b0abf71bcd600fcb142b307b9c6955205298.tar.gz
tests: avoid few lingering $MAKE redirections
These were present in the 'maint' branch, but not in the 'micro' branch. Their occurrences has been found by the 'sc_tests_no_run_make_redirect' maintainer check. * t/fort2.sh: Adjust. * t/preproc-demo.sh: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/preproc-demo.sh')
-rw-r--r--t/preproc-demo.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/preproc-demo.sh b/t/preproc-demo.sh
index 4c1b2d9dd..1f29057b5 100644
--- a/t/preproc-demo.sh
+++ b/t/preproc-demo.sh
@@ -213,8 +213,7 @@ test -f build-aux/compile
$MAKE
-VERBOSE=x $MAKE check >stdout || { cat stdout; exit 1; }
-cat stdout
+run_make -O check VERBOSE=x
cat tests/built.log
cat tests/hello.log
cat tests/goodbye.log