1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00

tests/eval-test: Add --show-trace from #44

This commit is contained in:
Yegor Timoshenko 2017-12-25 19:21:11 +00:00
parent 7dbceec472
commit f1952eae04
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210

View File

@ -11,5 +11,6 @@ for profile in $(find . -name default.nix); do
-I nixos-config=tests/eval-test.nix \
-I nixos-hardware-profile=$profile \
-A system \
--dry-run
--dry-run \
--show-trace
done