Author: viric Date: 2010-06-12 11:31:39 +0000 (Sat, 12 Jun 2010) New Revision: 22231
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22231&view=rev Modified: nixpkgs/trunk/pkgs/development/compilers/go/default.nix Log: Disabling the http tests on go (fail on hydra) Changes: Modified: nixpkgs/trunk/pkgs/development/compilers/go/default.nix =================================================================== --- nixpkgs/trunk/pkgs/development/compilers/go/default.nix 2010-06-12 11:21:20 UTC (rev 22230) +++ nixpkgs/trunk/pkgs/development/compilers/go/default.nix 2010-06-12 11:31:39 UTC (rev 22231) @@ -35,7 +35,7 @@ # 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 _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
