test-webserver.sh: Remove accidental debug spew

tingping/wmclass
Alexander Larsson 2017-03-27 13:46:58 +02:00
parent 543c0735f1
commit 9281a0afc9
1 changed files with 0 additions and 1 deletions

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