tests/functional: Print all args of fail()

This commit is contained in:
Robert Hensing 2024-06-24 18:11:58 +02:00
parent d4ca634508
commit 5a7ccd6580

View file

@ -216,7 +216,7 @@ requireGit() {
} }
fail() { fail() {
echo "test failed: $1" >&2 echo "test failed: $*" >&2
exit 1 exit 1
} }