summaryrefslogtreecommitdiff
path: root/test/run-stp-tests.sh
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-12-19 16:11:14 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-12-19 16:11:14 +0000
commit6f260d7d72f7bb7dcd28a61977819df58fa57fd1 (patch)
tree1ecd8aa9c51777fb26f6a88627986bb5afecede7 /test/run-stp-tests.sh
parent8f8d5cd468dc923eba7bcc56b6e8931fef432601 (diff)
downloadcups-6f260d7d72f7bb7dcd28a61977819df58fa57fd1.tar.gz
More spots where port was hardcoded.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12395 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 7708dc079..f44bbded4 100755
--- a/test/run-stp-tests.sh
+++ b/test/run-stp-tests.sh
@@ -657,7 +657,7 @@ cupsd=$!
if test "x$testtype" = x0; then
# Not running tests...
- echo "Scheduler is PID $cupsd and is listening on port 8631."
+ echo "Scheduler is PID $cupsd and is listening on port $port."
echo ""
# Create a helper script to run programs with...