1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-28 02:50:41 +03:00

NIX: Update path to /xchg (was /tmp/xchg with older nixpkgs).

This commit is contained in:
Petr Rockai 2014-09-13 17:53:42 +02:00
parent f1d273a0b0
commit 68f7b422c1

View File

@ -42,7 +42,7 @@ let
url = "http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/16/i386/lcov-1.9-2.fc16.noarch.rpm";
sha256 = "0ycdh5mb7p5ll76mqk0p6gpnjskvxxgh3a3bfr1crh94nvpwhp4z"; }}
mkdir -p /tmp/xchg/results
mkdir -p /xchg/results
dmsetup targets
@ -51,12 +51,12 @@ let
watch=
if echo ${flavour} | grep -q udev; then
(/usr/lib/systemd/systemd-udevd || /usr/lib/udev/udevd || /sbin/udevd || \
find / -xdev -name \*udevd) >> /tmp/xchg/udevd.log 2>&1 &
watch="--watch /tmp/xchg/udevd.log"
find / -xdev -name \*udevd) >> /xchg/udevd.log 2>&1 &
watch="--watch /xchg/udevd.log"
fi
lvm2-testsuite --batch --outdir /tmp/xchg/results --continue \
--fatal-timeouts --heartbeat /tmp/xchg/heartbeat \
lvm2-testsuite --batch --outdir /xchg/results --continue \
--fatal-timeouts --heartbeat /xchg/heartbeat \
--flavours ${flavour} $watch --kmsg ${if lib.eqStrings T "" then "" else "--only ${T}"}
# TODO: coverage reports