Skip to content

Commit 72d6a9a

Browse files
committed
WIP: Add sleep before logs are created
1 parent 52a4b11 commit 72d6a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/httpd/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ mkdir /coverage
1616
# start apache httpd server in foreground
1717
echo "Starting httpd..."
1818
/usr/local/apache2/bin/httpd -X &
19+
sleep 1
1920
tail -f /usr/local/apache2/logs/error_log
2021

0 commit comments

Comments
 (0)