X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fparallel-tests-interrupt.tap;h=04ad2145269d03a00fa29187c7957f2d7ed3227b;hb=57f5a614203a2bc62b0640d2296ed3c9de12958f;hp=39a04a75326d01df0d8d361e99101c307a75cc93;hpb=326ff45b8da46ab409b4a69d4861ad3211f0e132;p=platform%2Fupstream%2Fautomake.git diff --git a/t/parallel-tests-interrupt.tap b/t/parallel-tests-interrupt.tap index 39a04a7..04ad214 100755 --- a/t/parallel-tests-interrupt.tap +++ b/t/parallel-tests-interrupt.tap @@ -14,12 +14,11 @@ # 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. -am_parallel_tests=yes . ./defs || Exit 1 plan_ 16 @@ -31,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