guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

344/376: Urgh


From: Ludovic Courtès
Subject: 344/376: Urgh
Date: Wed, 28 Jan 2015 22:06:04 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 6f8ff8564f0077f9796d9376d91423ccb8ef75bb
Author: Eelco Dolstra <address@hidden>
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" ];
       }
     '';



reply via email to

[Prev in Thread] Current Thread [Next in Thread]