18a3c3ff1c
Also, if the machines file contains an entry for localhost, then run "nix-store --serve" directly, without going through SSH.
4 lines
95 B
Perl
4 lines
95 B
Perl
use strict;
|
|
system("createdb hydra-test-suite") == 0 or die;
|
|
system("hydra-init") == 0 or die;
|