X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftap-autonumber.sh;h=d89aa789f2053f30f287d12f6116aeb75b5105aa;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=450a3815ee05f7a3222a25bb7e0cd8d60f9b3553;hpb=153f861b91221d14842c495efa0b1f10d9455855;p=platform%2Fupstream%2Fautomake.git diff --git a/t/tap-autonumber.sh b/t/tap-autonumber.sh old mode 100755 new mode 100644 index 450a381..d89aa78 --- a/t/tap-autonumber.sh +++ b/t/tap-autonumber.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2012 Free Software Foundation, Inc. +# Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,8 +44,7 @@ not ok ok END -TESTS=all.test $MAKE -e check >stdout && { cat stdout; exit 1; } -cat stdout +run_make -O -e FAIL TESTS=all.test check count_test_results total=14 pass=6 fail=5 xpass=1 xfail=1 skip=1 error=0 cat > exp <<'END'