From e17f4dae6f3c7cb176804be4c5a610ce0612dd71 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 26 Jun 2023 12:24:37 +0200 Subject: [PATCH] lib/path/tests/prop.sh: Add --show-trace --- lib/path/tests/prop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/path/tests/prop.sh b/lib/path/tests/prop.sh index e48c6667fa08..9fea52157783 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 \