X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftest-missing2.sh;h=9bc2812f72a95ef7c1e2262514d3cc8e85fcc8ab;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=ca0588e9d6e25096895dd3471cc6b2f2ca715537;hpb=de736a2222a4ffe7dfb82b60ba2fa10192548a31;p=platform%2Fupstream%2Fautomake.git diff --git a/t/test-missing2.sh b/t/test-missing2.sh old mode 100755 new mode 100644 index ca0588e..9bc2812 --- a/t/test-missing2.sh +++ b/t/test-missing2.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 @@ -42,8 +42,7 @@ test ! -e foobar1.trs || exit 99 test ! -e foobar2.log || exit 99 test ! -e foobar2.trs || exit 99 -$MAKE check >output 2>&1 && { cat output; exit 1; } -cat output +run_make -e FAIL -M check grep 'test-suite\.log.*foobar1\.log' output grep 'test-suite\.log.*foobar1\.trs' output grep 'test-suite\.log.*foobar2\.log' output