]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
More spots where port was hardcoded.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 19 Dec 2014 16:11:14 +0000 (16:11 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 19 Dec 2014 16:11:14 +0000 (16:11 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12395 a1ca3aef-8c08-0410-bb20-df032aa958be

test/run-stp-tests.sh

index 7708dc0791dfdcb0f0bc4029013efaaf70ecc955..f44bbded4f6420533f55402e92238c2b1a3f9b77 100755 (executable)
@@ -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...