Also print shell version string

This commit is contained in:
ZyX 2014-01-23 16:41:29 +04:00
parent d75f47a0c7
commit b37940235c
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ run_test() {
echo '============================================================'
cat -v tests/shell/${SH}.full.log
echo '____________________________________________________________'
${SH} --version
rm tests/shell/screen.log
return 1
fi