summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2014-11-19 11:32:23 +0100
committerPetr Rockai <prockai@redhat.com>2015-02-05 13:51:07 +0100
commit7c9d690f9e5a5490d7288441a813180eff2e20a2 (patch)
tree4a850fe468cef97d1e9b8cddc7c58b132e953f73 /nix
parent6ba05212f75b2e519c10b5758f3526cb8ca8f947 (diff)
downloadlvm2-7c9d690f9e5a5490d7288441a813180eff2e20a2.tar.gz
NIX: Set ulimit -c to unlimited, to get backtraces in logs.
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 4d7c38a61..4193354fd 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -50,6 +50,7 @@ let
dmsetup targets
export LVM_TEST_BACKING_DEVICE=/dev/sdb
+ ulimit -c unlimited
watch=
if echo ${flavour} | grep -q udev; then