* This sleep should no longer be needed because in Upstart 0.6

"initctl stop" doesn't return until the job has stopped.

svn path=/nixos/trunk/; revision=19224
This commit is contained in:
Eelco Dolstra 2010-01-05 11:29:30 +00:00
parent 51097933ab
commit fbda972090

View File

@ -114,7 +114,6 @@ in
# Stop Apache to gather all the coverage data.
$webserver->stopJob("httpd");
$webserver->execute("sleep 10"); # !!!
'';
}