From d2c41deb233a86e4dc4e512f54613828197e6ced Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Fri, 6 Apr 2018 09:21:56 -0600 Subject: [PATCH] configure: Modify python used for io tests Because the block io tests are not yet ported to python3, change the python env var to explicitly reference python2. Signed-off-by: Bruce Rogers --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e84dce857d..a0e53bffc7 100755 --- a/configure +++ b/configure @@ -7188,7 +7188,7 @@ iotests_check="tests/qemu-iotests/check" echo "# Automatically generated by configure - do not modify" > "$iotests_common_env" echo >> "$iotests_common_env" -echo "export PYTHON='$python'" >> "$iotests_common_env" +echo "export PYTHON='/usr/bin/python2 -B'" >> "$iotests_common_env" if [ ! -e "$iotests_check" ]; then symlink "$source_path/$iotests_check" "$iotests_check"