X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fsilent-custom.sh;h=7ce3ffcc80fc49883d168f8d6e2de6ec43ec87b4;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=73fc4d060afd2ffdcfc9d83f94e74074ee19ccfc;hpb=10ebd158644c2266607943de90a817e4f23c96bc;p=platform%2Fupstream%2Fautomake.git diff --git a/t/silent-custom.sh b/t/silent-custom.sh old mode 100755 new mode 100644 index 73fc4d0..7ce3ffc --- a/t/silent-custom.sh +++ b/t/silent-custom.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 @@ -69,8 +69,7 @@ do_check () esac shift $MAKE clean - $MAKE ${1+"$@"} >output 2>&1 || { cat output; exit 1; } - sed 's/^/ /' output + run_make -M -- ${1+"$@"} if $silent; then $FGREP 'cp ' output && exit 1 $FGREP 'generate-header' output && exit 1