X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftap-diagnostic-custom.sh;h=d49e93fd28b475595bb5ac9ad22fd6fad181ab12;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=511ed8b9e9d99b435c4f5532c67534c7ec35508d;hpb=0faf1588b9e820c20351c92afa44c9d0e8a3a412;p=platform%2Fupstream%2Fautomake.git diff --git a/t/tap-diagnostic-custom.sh b/t/tap-diagnostic-custom.sh old mode 100755 new mode 100644 index 511ed8b..d49e93f --- a/t/tap-diagnostic-custom.sh +++ b/t/tap-diagnostic-custom.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 @@ -81,13 +81,11 @@ $AUTOMAKE ./configure -$MAKE check >stdout || { cat stdout; exit 1; } -cat stdout +run_make -O check count_test_results total=$i pass=$i fail=0 xpass=0 xfail=0 skip=0 error=0 cat later.mk >> Makefile -$MAKE check >stdout || { cat stdout; exit 1; } -cat stdout +run_make -O check $FGREP 'blah blah' stdout && exit 1 :