X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fparallel-tests-interrupt.tap;h=04ad2145269d03a00fa29187c7957f2d7ed3227b;hb=57f5a614203a2bc62b0640d2296ed3c9de12958f;hp=afc19568d2643bbf1800e90c8f0c89e5c2965aa7;hpb=91ac5d2cf4ad0f1b28776d06a713118a4b191a47;p=platform%2Fupstream%2Fautomake.git diff --git a/t/parallel-tests-interrupt.tap b/t/parallel-tests-interrupt.tap index afc1956..04ad214 100755 --- a/t/parallel-tests-interrupt.tap +++ b/t/parallel-tests-interrupt.tap @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Check that the parallel-tests driver removed incomplete log files +# Check that the parallel testsuite harness removes incomplete log files # when interrupt upon some signal. This test is definitely too hacky, # but we couldn't find a better way to deal with inter-processes # signals and the whole process-synchronization mess. @@ -30,7 +30,7 @@ END cat > Makefile.am << 'END' TESTS = foo.test ## Provide more debugging info. -TEST_LOG_COMPILER = $(SHELL) -x +TEST_LOG_COMPILER = $(SHELL) -ex ## Required by foo.test; see below. AM_TESTS_FD_REDIRECT = 9>&1 END