mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
tests/functional: Print all args of fail()
This commit is contained in:
parent
d4ca634508
commit
5a7ccd6580
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ requireGit() {
|
|||
}
|
||||
|
||||
fail() {
|
||||
echo "test failed: $1" >&2
|
||||
echo "test failed: $*" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue