summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2014-09-13 17:53:42 +0200
committerPetr Rockai <prockai@redhat.com>2014-11-20 12:36:46 +0100
commiteea68814dd87da95a59a14d98256c068e8539b28 (patch)
treedfd9df1e7eeeee7eb41632bacf78972a63a4eb2c
parentf6834ccc97d21f797e825c9efff094237368630d (diff)
downloadlvm2-eea68814dd87da95a59a14d98256c068e8539b28.tar.gz
NIX: Update path to /xchg (was /tmp/xchg with older nixpkgs).
-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