test-all.sh should print the versions for both python2 and python3 its using
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
f651ec4f78
commit
db28e733ec
@@ -35,7 +35,7 @@ else
|
|||||||
needcheck=yes
|
needcheck=yes
|
||||||
fi
|
fi
|
||||||
if [ -n "$needcheck" ]; then
|
if [ -n "$needcheck" ]; then
|
||||||
banner $(python --version 2>&1)
|
banner "$(python --version 2>&1), $(python3 --version 2>&1)"
|
||||||
$topdir/lib/cretonne/meta/check.sh
|
$topdir/lib/cretonne/meta/check.sh
|
||||||
touch $tsfile || echo no target directory
|
touch $tsfile || echo no target directory
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user