From 2ba5bba3713cf08778af50e14ac869d8c4f67538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 12 Jun 2010 11:31:39 +0000 Subject: [PATCH] Disabling the http tests on go (fail on hydra) svn path=/nixpkgs/trunk/; revision=22231 --- pkgs/development/compilers/go/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/go/default.nix b/pkgs/development/compilers/go/default.nix index 7ea663271937..08b56559d2fa 100644 --- a/pkgs/development/compilers/go/default.nix +++ b/pkgs/development/compilers/go/default.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation { # Disabling the 'os' test (it wants to call hostname, and I don't # know if we have that ready in chroot builds) - sed -i -e '/^NOTEST=/a\\tos\\' src/pkg/Makefile + sed -i -e '/^NOTEST=/a\\tos\\\n\thttp\\' src/pkg/Makefile sed -i -e 's,/bin:/usr/bin:/usr/local/bin,'$PATH, test/run sed -i -e 's,/usr/bin/perl,${perl}/bin/perl,' test/errchk