]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
With recent changes there should only be 8 warning messages in the log.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 31 Jul 2015 14:12:25 +0000 (14:12 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 31 Jul 2015 14:12:25 +0000 (14:12 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12820 a1ca3aef-8c08-0410-bb20-df032aa958be

test/run-stp-tests.sh

index 84808917a9ed09e94034a640e59604bc12f83df6..246f0ea285b28d954c025337d56cd078c1c0be47 100755 (executable)
@@ -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 "<P>FAIL: $count warning messages, expected 18.</P>" >>$strfile