Skip to content

Commit

Permalink
parted: re-enable checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Dec 20, 2016
1 parent 5ed1aee commit 06cfff7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/tools/misc/parted/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional (devicemapper == null) "--disable-device-mapper"
++ stdenv.lib.optional enableStatic "--enable-static";

# Tests are currently failing because Hydra runs builds as uid 0.
# It'd be better to try to fix these tests, but this is blocking
# all NixOS Hydra builds right now.
doCheck = false;
# Tests were previously failing due to Hydra running builds as uid 0.
# That should hopefully be fixed now.
doCheck = true;

preCheck =
stdenv.lib.optionalString doCheck
Expand Down

0 comments on commit 06cfff7

Please sign in to comment.