about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-01-16 17:12:55 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-01-16 17:12:55 +0000
commit2f88c471d4ba1255fdc42eda7d88e6a94dcbb17c (patch)
treeb30f675f40e158562cc6c5d6ac7f9148cbf727cb
parent1134464c49ab056a52d8ddd8babd5c2888abbd5b (diff)
downloadnixlib-2f88c471d4ba1255fdc42eda7d88e6a94dcbb17c.tar
nixlib-2f88c471d4ba1255fdc42eda7d88e6a94dcbb17c.tar.gz
nixlib-2f88c471d4ba1255fdc42eda7d88e6a94dcbb17c.tar.bz2
nixlib-2f88c471d4ba1255fdc42eda7d88e6a94dcbb17c.tar.lz
nixlib-2f88c471d4ba1255fdc42eda7d88e6a94dcbb17c.tar.xz
nixlib-2f88c471d4ba1255fdc42eda7d88e6a94dcbb17c.tar.zst
nixlib-2f88c471d4ba1255fdc42eda7d88e6a94dcbb17c.zip
svn path=/nixpkgs/branches/stdenv-updates/; revision=13789
-rw-r--r--pkgs/stdenv/linux/test.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/stdenv/linux/test.nix b/pkgs/stdenv/linux/test.nix
index 209ec651e1d2..8fb1909d6945 100644
--- a/pkgs/stdenv/linux/test.nix
+++ b/pkgs/stdenv/linux/test.nix
@@ -96,7 +96,6 @@ rec {
         nuke-refs $out/lib/*
         nuke-refs $out/libexec/gcc/*/*/*
 
-        sleep 5
         (cd $out && tar cvfj $out/static-tools.tar.bz2 bin lib libexec include)
       ''; # */
 
@@ -177,7 +176,7 @@ rec {
 
         tar xvf ${hello.src}
         cd hello-*
-        ./configure --prefix=$out || cat config.log
+        ./configure --prefix=$out
         make
         make install
       ''; # */