1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

NIX: Fix failure mode for "make check".

This commit is contained in:
Petr Rockai 2014-04-24 21:03:58 +02:00
parent 9676ee9ba9
commit 448af9ff0b

View File

@ -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