X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftap-msg0-result.sh;h=23bcdfbdcadd261f05824ad0bd305bcbc3291762;hb=fb214402c043a70581f19d4856a81362a5a1a0d6;hp=8c464c4188f84baacd0c3115889c0f55dfaa495d;hpb=76f0605a6dd790ab43cc608db11ac2141ddf46c0;p=platform%2Fupstream%2Fautomake.git diff --git a/t/tap-msg0-result.sh b/t/tap-msg0-result.sh index 8c464c4..23bcdfb 100755 --- a/t/tap-msg0-result.sh +++ b/t/tap-msg0-result.sh @@ -17,10 +17,9 @@ # TAP support: # - the string "0" as a test description -am_parallel_tests=yes -. ./defs || Exit 1 +. test-init.sh -. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh" +. tap-setup.sh cat > all.test << 'END' 1..10 @@ -36,7 +35,7 @@ ok 9 0 # SKIP ok - 0 # SKIP END -$MAKE check >stdout && { cat stdout; Exit 1; } +$MAKE check >stdout && { cat stdout; exit 1; } cat stdout count_test_results total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0