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:
5
tests/tear-down.pl
Normal file
5
tests/tear-down.pl
Normal file
@ -0,0 +1,5 @@
|
||||
use strict;
|
||||
system("chmod -R a+w nix") == 0 or die;
|
||||
system("rm -rf data nix git-repo hg-repo svn-repo svn-checkout svn-checkout-repo bzr-repo bzr-checkout-repo darcs-repo") == 0 or die;
|
||||
system("rm -f .*-state") == 0 or die;
|
||||
system("dropdb hydra-test-suite") == 0 or die;
|
Reference in New Issue
Block a user