Fix VM test

This commit is contained in:
Eelco Dolstra 2013-01-23 12:55:29 +01:00
parent 66c107364b
commit 15ee6147d0

View file

@ -115,7 +115,7 @@ rec {
# Initialise the database and the state.
$machine->mustSucceed
( "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"
);