test-webserver.sh: Remove accidental debug spew

This commit is contained in:
Alexander Larsson
2017-03-27 13:46:58 +02:00
parent 543c0735f1
commit 9281a0afc9

View File

@@ -14,7 +14,6 @@ for x in $(seq 50); do
fi
sleep 0.1
done
echo port is in ${test_tmpdir}/httpd-port
port=$(cat ${test_tmpdir}/httpd-port)
echo "http://127.0.0.1:${port}" > ${test_tmpdir}/httpd-address
echo "$child_pid" > ${test_tmpdir}/httpd-pid