civodul pushed a commit to tag 1.8
in repository guix.
commit 6f8ff8564f0077f9796d9376d91423ccb8ef75bb
Author: Eelco Dolstra <[email protected]>
Date: Thu Dec 11 09:58:29 2014 +0100
Urgh
---
tests/remote-builds.nix | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix
index 2cd5ccf..0f16026 100644
--- a/tests/remote-builds.nix
+++ b/tests/remote-builds.nix
@@ -25,7 +25,7 @@ let
system = "i686-linux";
PATH = "''${utils}/bin";
builder = "''${utils}/bin/sh";
- args = [ "-c" "if [ ${toString nr} = 5 ]; then echo FAIL; exit 1; fi;
echo Hello; mkdir $out $foo; cat /proc/sys/kernel/hostname > $out/host; ln -s
$out $foo/bar; sleep 5" ];
+ args = [ "-c" "if [ ${toString nr} = 5 ]; then echo FAIL; exit 1; fi;
echo Hello; mkdir $out $foo; cat /proc/sys/kernel/hostname > $out/host; ln -s
$out $foo/bar; sleep 10" ];
outputs = [ "out" "foo" ];
}
'';