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.
This commit is contained in:
3
tests/set-up.pl
Normal file
3
tests/set-up.pl
Normal file
@ -0,0 +1,3 @@
|
||||
use strict;
|
||||
system("createdb hydra-test-suite") == 0 or die;
|
||||
system("hydra-init") == 0 or die;
|
Reference in New Issue
Block a user