summaryrefslogtreecommitdiff
path: root/test/run-stp-tests.sh
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-11-12 16:23:39 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-11-12 16:23:39 +0000
commit242b936ad71ebfa6aeda849e73d0ecf0ad81efd3 (patch)
tree346e078d4e291ce96f981619e76348e1324ff00f /test/run-stp-tests.sh
parent1b3b9aa995a67ee29fbb3486fd43e66b53ce0f2a (diff)
Make "cancel -a" cancel jobs on all destinations.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12247 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'test/run-stp-tests.sh')
-rwxr-xr-xtest/run-stp-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh
index 3d7214212..1e78af53d 100755
--- a/test/run-stp-tests.sh
+++ b/test/run-stp-tests.sh
@@ -875,7 +875,7 @@ fi
# Requests logged
count=`wc -l $BASE/log/access_log | awk '{print $1}'`
-expected=`expr 37 + 18 + 28 + $pjobs \* 8 + $pprinters \* $pjobs \* 4`
+expected=`expr 37 + 18 + 29 + $pjobs \* 8 + $pprinters \* $pjobs \* 4`
if test $count != $expected; then
echo "FAIL: $count requests logged, expected $expected."
echo "<P>FAIL: $count requests logged, expected $expected.</P>" >>$strfile