1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

tests/functional: Print all args of fail()

This commit is contained in:
Robert Hensing 2024-06-24 18:11:58 +02:00
parent d4ca634508
commit 5a7ccd6580

View file

@ -216,7 +216,7 @@ requireGit() {
}
fail() {
echo "test failed: $1" >&2
echo "test failed: $*" >&2
exit 1
}