about summary refs log tree commit diff
path: root/lib/path/tests
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-06-26 12:24:37 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-06-26 12:25:36 +0200
commite17f4dae6f3c7cb176804be4c5a610ce0612dd71 (patch)
treeb103378b1fdef5691c8391dfae7273356b2f1835 /lib/path/tests
parent050e7e29aac1606a64b7a189b0affbc6a8e497df (diff)
lib/path/tests/prop.sh: Add --show-trace
Diffstat (limited to 'lib/path/tests')
-rwxr-xr-xlib/path/tests/prop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/path/tests/prop.sh b/lib/path/tests/prop.sh
index e48c6667fa08f..9fea521577836 100755
--- a/lib/path/tests/prop.sh
+++ b/lib/path/tests/prop.sh
@@ -71,7 +71,7 @@ fi
 
 # Precalculate all normalisations with a single Nix call. Calling Nix for each
 # string individually would take way too long
-nix-instantiate --eval --strict --json \
+nix-instantiate --eval --strict --json --show-trace \
     --argstr libpath "$TEST_LIB" \
     --argstr dir "$tmp/strings" \
     "$SCRIPT_DIR"/prop.nix \