test-all.sh should print the versions for both python2 and python3 its using

This commit is contained in:
Dimo
2017-07-24 11:56:00 -07:00
committed by Jakob Stoklund Olesen
parent f651ec4f78
commit db28e733ec

View File

@@ -35,7 +35,7 @@ else
needcheck=yes
fi
if [ -n "$needcheck" ]; then
banner $(python --version 2>&1)
banner "$(python --version 2>&1), $(python3 --version 2>&1)"
$topdir/lib/cretonne/meta/check.sh
touch $tsfile || echo no target directory
fi