summaryrefslogtreecommitdiff
path: root/openstack/do-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/do-tests.sh')
-rwxr-xr-xopenstack/do-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/do-tests.sh b/openstack/do-tests.sh
index 407e398..ec319c7 100755
--- a/openstack/do-tests.sh
+++ b/openstack/do-tests.sh
@@ -12,7 +12,7 @@ TEST_FILES=( "$@" )
# Run the test
echo "Running: $OS_TEST_SCRIPT --net-id $OS_NET_ID --flavour $OS_FLAVOUR --image-file $FILE ${TEST_FILES[@]}"
-"$OS_TEST_SCRIPT" \
+python -u "$OS_TEST_SCRIPT" \
--net-id "$OS_NET_ID" \
--flavour "$OS_FLAVOUR" \
--image-file "$FILE" \