summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2014-09-13 17:53:42 +0200
committerPetr Rockai <prockai@redhat.com>2015-02-05 13:47:20 +0100
commit68f7b422c10cc0c042d74ceac4bf9a27c625a99c (patch)
treed48954b69335b634ca8bd6cc7a5d556fe23945c0 /nix
parentf1d273a0b09cf2de58921dbf72459fe16b3b6c6a (diff)
downloadlvm2-68f7b422c10cc0c042d74ceac4bf9a27c625a99c.tar.gz
NIX: Update path to /xchg (was /tmp/xchg with older nixpkgs).
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 96ad77505..d023f6eab 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -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