summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-18 11:15:11 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-18 11:15:11 +0000
commitf9721333b4d97e8507f2c41fef2fd9a86fe5beb4 (patch)
tree2ccf8b1963d099d964d9d742c87a9ebd5944276f
parenta6d6f72ce4e934fb17ed7c1663339416798372d1 (diff)
downloadciat-tester-f9721333b4d97e8507f2c41fef2fd9a86fe5beb4.tar.gz
Try to make output unbuffered.
-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" \