mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-24 23:06:16 +02: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…
Reference in a new issue