X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftap-msg0-bailout.sh;h=c6b3ca5e279f5611e2a3a6ead5e2a9fe5e483f0c;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=9e2bdcedff705fba213a55d9da75f69e9d793ba0;hpb=4d56c0f3b5973e386c3e5f0fb2367d2fff00bf71;p=platform%2Fupstream%2Fautomake.git diff --git a/t/tap-msg0-bailout.sh b/t/tap-msg0-bailout.sh index 9e2bdce..c6b3ca5 100644 --- a/t/tap-msg0-bailout.sh +++ b/t/tap-msg0-bailout.sh @@ -26,9 +26,7 @@ echo 'Bail out! 0' > a.test echo 'Bail out! 0.0' > b.test -run_make TESTS='a.test b.test' check >stdout && { cat stdout; exit 1; } -cat stdout - +run_make -O -e FAIL TESTS='a.test b.test' check count_test_results total=2 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=2 grep '^ERROR: a.test - Bail out! 0$' stdout