We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e8b43 commit d6c4cc4Copy full SHA for d6c4cc4
1 file changed
test/httpd/run.sh
@@ -30,3 +30,6 @@ echo "Starting httpd..."
30
/usr/local/apache2/bin/httpd -X &
31
sleep 1
32
tail -f /usr/local/apache2/logs/error_log
33
+
34
+while true; do cat /dev/null; done;
35
0 commit comments