]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix "make check" warning counts (STR #4684)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 5 Aug 2015 14:22:02 +0000 (14:22 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 5 Aug 2015 14:22:02 +0000 (14:22 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12829 a1ca3aef-8c08-0410-bb20-df032aa958be

test/run-stp-tests.sh

index 246f0ea285b28d954c025337d56cd078c1c0be47..ac883ed7f5741274bd05f32728e5e2e23173bc9a 100755 (executable)
@@ -997,9 +997,9 @@ fi
 # Warning log messages
 count=`$GREP '^W ' $BASE/log/error_log | $GREP -v CreateProfile | wc -l | awk '{print $1}'`
 if test $count != 8; then
-       echo "FAIL: $count warning messages, expected 18."
+       echo "FAIL: $count warning messages, expected 8."
        $GREP '^W ' $BASE/log/error_log
-       echo "<P>FAIL: $count warning messages, expected 18.</P>" >>$strfile
+       echo "<P>FAIL: $count warning messages, expected 8.</P>" >>$strfile
        echo "<PRE>" >>$strfile
        $GREP '^W ' $BASE/log/error_log | sed -e '1,$s/&/&amp;/g' -e '1,$s/</&lt;/g' >>$strfile
        echo "</PRE>" >>$strfile