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