mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +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() {
|
fail() {
|
||||||
echo "test failed: $1" >&2
|
echo "test failed: $*" >&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue