2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 06:30:53 +00:00

Output bash version on test error

This commit is contained in:
Alexander Neumann 2015-01-14 21:34:21 +01:00
parent 333b514d7b
commit 9c742c7b4b

View File

@ -97,5 +97,6 @@ done
if [ -n "$failed" ]; then
err "failed tests: ${failed}"
msg "bash version: $(bash --version)"
exit 1
fi