mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
tests/functional: Print all args of fail()
This commit is contained in:
parent
d4ca634508
commit
5a7ccd6580
@ -216,7 +216,7 @@ requireGit() {
|
||||
}
|
||||
|
||||
fail() {
|
||||
echo "test failed: $1" >&2
|
||||
echo "test failed: $*" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user