mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02: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() {
|
fail() {
|
||||||
echo "test failed: $1" >&2
|
echo "test failed: $*" >&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user