X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fparallel-tests-log-compiler-1.sh;h=fd1f1c6ae6c16d7e4c09858b7a0e66362fb3e5c3;hb=3f19ee5f2e2b7cef7f77893a280e2261bc5f711f;hp=0e8c9d8921b54d607045ca018ac5d2695700df0a;hpb=cbc0fc858b4acbc7116fa52c955e2d73f65ffabd;p=platform%2Fupstream%2Fautomake.git diff --git a/t/parallel-tests-log-compiler-1.sh b/t/parallel-tests-log-compiler-1.sh old mode 100755 new mode 100644 index 0e8c9d8..fd1f1c6 --- a/t/parallel-tests-log-compiler-1.sh +++ b/t/parallel-tests-log-compiler-1.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-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 @@ -19,7 +19,7 @@ # and xxx_LOG_FLAGS), also with AC_SUBST'd stuff. # See also related test 'parallel-tests-log-compiler-2.sh'. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_SUBST([acsubst_compiler], [t-compiler]) @@ -111,7 +111,7 @@ test -f bla.log test -f bli.suff.log test -f sub/test.log -T_LOG_FLAGS=--bad $MAKE -e check && exit 1 +run_make -e FAIL T_LOG_FLAGS=--bad check cat test-suite.log cat bla.log # With the above flag overridden, bla.t should fail ...