X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftap-no-spurious.sh;h=4d5e71ce06a73f86cf54d2391b7941e9df56485d;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=d40dd4102a7397d0362b65d87b0672e75441923f;hpb=37ce97010c0c428663a38b270d843c4a4fad52f2;p=platform%2Fupstream%2Fautomake.git diff --git a/t/tap-no-spurious.sh b/t/tap-no-spurious.sh old mode 100755 new mode 100644 index d40dd41..4d5e71c --- a/t/tap-no-spurious.sh +++ b/t/tap-no-spurious.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 @@ -105,9 +105,7 @@ cat all.test \ && test $(grep -c '^not ok1$' all.test) -eq 1 \ || framework_failure_ "creating all.test" -$MAKE check >stdout || { cat stdout; exit 1; } -cat stdout - +run_make -O check count_test_results total=5 pass=5 fail=0 xpass=0 xfail=0 skip=0 error=0 :