From: msweet Date: Fri, 31 Jul 2015 14:12:25 +0000 (+0000) Subject: With recent changes there should only be 8 warning messages in the log. X-Git-Tag: v2.2b1~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc450cdce157942e7241feb49516f7914a79df6;p=thirdparty%2Fcups.git With recent changes there should only be 8 warning messages in the log. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12820 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 84808917a9..246f0ea285 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -996,7 +996,7 @@ fi # Warning log messages count=`$GREP '^W ' $BASE/log/error_log | $GREP -v CreateProfile | wc -l | awk '{print $1}'` -if test $count != 18; then +if test $count != 8; then echo "FAIL: $count warning messages, expected 18." $GREP '^W ' $BASE/log/error_log echo "

FAIL: $count warning messages, expected 18.

" >>$strfile