X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fbuilt-sources-check.sh;h=9c81b0ebe598d4f549fa1233c9c373c711caedef;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=3e0204c8815817ba92b15d1dff511ca8f36f117b;hpb=d7a59576910338592410afd23bb726348fa59000;p=platform%2Fupstream%2Fautomake.git diff --git a/t/built-sources-check.sh b/t/built-sources-check.sh old mode 100755 new mode 100644 index 3e0204c..9c81b0e --- a/t/built-sources-check.sh +++ b/t/built-sources-check.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-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 @@ -58,8 +58,7 @@ $AUTOCONF $AUTOMAKE -a ./configure --prefix "$(pwd)/inst" -$MAKE check >stdout || { cat stdout; exit 1; } -cat stdout +run_make -O check grep '^PASS: subrun\.sh *$' stdout grep 'PASS.*echo\.sh' stdout && exit 1