From db28e733ec871cd862391e332cdd0121488e1f28 Mon Sep 17 00:00:00 2001 From: Dimo Date: Mon, 24 Jul 2017 11:56:00 -0700 Subject: [PATCH] test-all.sh should print the versions for both python2 and python3 its using --- cranelift/test-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/test-all.sh b/cranelift/test-all.sh index 72b07f8856..33e47bc358 100755 --- a/cranelift/test-all.sh +++ b/cranelift/test-all.sh @@ -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