mirror of
https://github.com/restic/restic.git
synced 2025-08-12 10:27:42 +00:00
Output bash version on test error
This commit is contained in:
@@ -97,5 +97,6 @@ done
|
|||||||
|
|
||||||
if [ -n "$failed" ]; then
|
if [ -n "$failed" ]; then
|
||||||
err "failed tests: ${failed}"
|
err "failed tests: ${failed}"
|
||||||
|
msg "bash version: $(bash --version)"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user