1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00

NIX: Fix a centos64 failure due to old dmesg.

This commit is contained in:
Petr Rockai 2013-08-31 01:25:26 +02:00 committed by Petr Rockai
parent 4eaaad0caa
commit 7fea3f4469

View File

@ -168,7 +168,7 @@ let
echo "%define check_commands \\";
echo "make lcov-reset \\";
echo "dmsetup targets\\";
echo "dmesg --console-level debug\\";
echo "dmesg --console-level debug || true\\";
echo "(/usr/lib/systemd/systemd-udevd || /usr/lib/udev/udevd || find / -name \*udevd) & \\";
echo "make check_full T=${T} || touch \$out/nix-support/failed \\"
echo "cp -R test/results /tmp/test-results \\"