[script] use python version specified in test script (#4226)

This commit is contained in:
Yakun Xu
2019-10-08 09:29:27 -07:00
committed by Jonathan Hui
parent cc91b2c72b
commit 862a2b3d02
+1 -1
View File
@@ -54,7 +54,7 @@ do_clean() {
do_cert() {
[[ ! -d tmp ]] || rm -rvf tmp
PYTHONUNBUFFERED=1 python "$1"
PYTHONUNBUFFERED=1 "$1"
}
print_usage() {