From 448af9ff0ba04bfaeb45c15819f577fef089fd95 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Thu, 24 Apr 2014 21:03:58 +0200 Subject: [PATCH] NIX: Fix failure mode for "make check". --- nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/default.nix b/nix/default.nix index 81e9d30f6..faf179a32 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -204,6 +204,7 @@ let echo "%define check_commands \\"; echo "make lcov-reset \\"; echo "dmsetup targets\\"; + echo "mkdir -p \$out/nix-support \\"; echo "make check QUIET=1 T=${T} || touch \$out/nix-support/failed \\" echo "pwd > /tmp/build-location \\" echo "touch rpm-no-clean") >> source.inc