mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Disabling the http tests on go (fail on hydra)
svn path=/nixpkgs/trunk/; revision=22231
This commit is contained in:
parent
0530f43655
commit
2ba5bba371
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user