From: msweet Date: Wed, 24 Mar 2010 14:33:57 +0000 (+0000) Subject: Add a missing change to the test script. X-Git-Tag: release-1.6.3~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a480a1b6b4302c2bc3608f178e217e8cf0a281ba;p=thirdparty%2Fcups.git Add a missing change to the test script. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1993 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index b789b074d7..edf86a6da9 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# "$Id: run-stp-tests.sh 7954 2008-09-17 05:23:09Z mike $" +# "$Id: run-stp-tests.sh 9034 2010-03-09 07:03:06Z mike $" # # Perform the complete set of IPP compliance tests specified in the # CUPS Software Test Plan. @@ -529,7 +529,7 @@ done # date=`date "+%Y-%m-%d"` -strfile=/tmp/cups-$user/cups-str-1.4-$date-$user.html +strfile=/tmp/cups-$user/cups-str-1.5-$date-$user.html rm -f $strfile cat str-header.html >$strfile @@ -815,7 +815,7 @@ echo "" >>$strfile echo "

error_log

" >>$strfile echo "
" >>$strfile
-grep -v '^[dD]' /tmp/cups-$user/log/error_log | sed -e '1,$s/&/&/g' -e '1,$s/>$strfile
+grep -v '^d' /tmp/cups-$user/log/error_log | sed -e '1,$s/&/&/g' -e '1,$s/>$strfile
 echo "
" >>$strfile echo "

page_log

" >>$strfile @@ -852,5 +852,5 @@ if test $fail != 0; then fi # -# End of "$Id: run-stp-tests.sh 7954 2008-09-17 05:23:09Z mike $" +# End of "$Id: run-stp-tests.sh 9034 2010-03-09 07:03:06Z mike $" #