Output bash version on test error
This commit is contained in:
parent
333b514d7b
commit
9c742c7b4b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue