hydra/tests/set-up.pl
Eelco Dolstra 18a3c3ff1c Update "make check" for the new queue runner
Also, if the machines file contains an entry for localhost, then run
"nix-store --serve" directly, without going through SSH.
2015-06-25 16:47:39 +02:00

4 lines
95 B
Perl

use strict;
system("createdb hydra-test-suite") == 0 or die;
system("hydra-init") == 0 or die;