mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
lib/path/tests/prop.sh: Add --show-trace
This commit is contained in:
parent
050e7e29aa
commit
e17f4dae6f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user