forked from lix-project/hydra
Fix VM test
This commit is contained in:
parent
66c107364b
commit
15ee6147d0
|
@ -115,7 +115,7 @@ rec {
|
||||||
# Initialise the database and the state.
|
# Initialise the database and the state.
|
||||||
$machine->mustSucceed
|
$machine->mustSucceed
|
||||||
( "createdb -O root hydra",
|
( "createdb -O root hydra",
|
||||||
, "psql hydra -f ${hydra}/share/hydra/sql/hydra-postgresql.sql"
|
, "psql hydra -f ${hydra}/libexec/hydra/sql/hydra-postgresql.sql"
|
||||||
, "mkdir /var/lib/hydra"
|
, "mkdir /var/lib/hydra"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue