mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Remove a sleep that hopefully is no longer needed.
svn path=/nixos/trunk/; revision=20025
This commit is contained in:
parent
cc90f62ceb
commit
eed3f9a118
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@
|
|||
startAll;
|
||||
|
||||
$postgresql->waitForJob("postgresql");
|
||||
sleep 10; # !!! should not be needed
|
||||
$postgresql->mustSucceed("createdb trac");
|
||||
|
||||
$webserver->mustSucceed("mkdir -p /repos/trac");
|
||||
|
|
Loading…
Reference in a new issue