X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftap-bailout-leading-space.sh;h=120ae03404c5d8e82ed01e9111dc783f179b5e22;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=c84c612425d958244f40e2ddc4b85893a93ba855;hpb=ffd4ecc946c6b150f5ee5684fa04bd4f9e8b7af9;p=platform%2Fupstream%2Fautomake.git diff --git a/t/tap-bailout-leading-space.sh b/t/tap-bailout-leading-space.sh index c84c612..120ae03 100644 --- a/t/tap-bailout-leading-space.sh +++ b/t/tap-bailout-leading-space.sh @@ -50,10 +50,7 @@ ERROR: b.test - Bail out! ERROR: c.test - Bail out! FUBAR! END -run_make TESTS='a.test b.test c.test' check >stdout \ - && { cat stdout; exit 1; } -cat stdout - +run_make -O -e FAIL TESTS='a.test b.test c.test' check count_test_results total=5 pass=1 fail=0 xpass=0 xfail=0 skip=1 error=3 LC_ALL=C sort exp > t