forked from lix-project/hydra
VM test: start the web server
This commit is contained in:
parent
15ee6147d0
commit
418e57ec3f
|
@ -120,8 +120,8 @@ rec {
|
|||
);
|
||||
|
||||
# Start the web interface.
|
||||
#$machine->mustSucceed("HYDRA_DATA=/var/lib/hydra HYDRA_DBI='dbi:Pg:dbname=hydra;user=hydra;' hydra-server >&2 &");
|
||||
#$machine->waitForOpenPort("3000");
|
||||
$machine->mustSucceed("HYDRA_DATA=/var/lib/hydra HYDRA_DBI='dbi:Pg:dbname=hydra;user=hydra;' hydra-server >&2 &");
|
||||
$machine->waitForOpenPort("3000");
|
||||
'';
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue