1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Use "set -x" in the tests to see where a test fails

This commit is contained in:
Eelco Dolstra 2012-07-27 14:33:01 -04:00
parent e6ab52cdd1
commit 6ecf4f13f6
2 changed files with 4 additions and 0 deletions

View file

@ -80,3 +80,5 @@ fail() {
echo "$1"
exit 1
}
set -x