Author: simons
Date: Fri May 13 18:30:36 2011
New Revision: 27251
URL: https://svn.nixos.org/websvn/nix/?rev=27251&sc=1

Log:
nbd: disable test suite to avoid failures on Hydra (NixOS)

Modified:
   nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix

Modified: nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix Fri May 13 15:55:05 
2011        (r27250)
+++ nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix Fri May 13 18:30:36 
2011        (r27251)
@@ -13,7 +13,10 @@
 
   buildInputs = [pkgconfig glib];
   postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
-  doCheck = true;
+
+  # The test suite doesn't succeed on Hydra (NixOS), because it assumes
+  # that certain global configuration files available.
+  doCheck = false;
 
   # Glib calls `clock_gettime', which is in librt.  Since we're using
   # a static Glib, we need to pass it explicitly.
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to