summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-09-14 16:18:12 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-16 14:55:44 +0000
commit3a9c2eb22bd99ac6fa979d22b8ee8e59dc2eec44 (patch)
tree1a09f4fff37b57fc958d7fd222a7837cbfde6f98
parenteb2d84aa1c9fec961c15c2a149504e5780e87815 (diff)
downloadciat-tester-3a9c2eb22bd99ac6fa979d22b8ee8e59dc2eec44.tar.gz
test runner: log stderr to stdout
Otherwise since they get buffered differently, the output ends up jumbled in the BuildBot logs.
-rwxr-xr-xtest-runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner.sh b/test-runner.sh
index a280cc8..60ecfd9 100755
--- a/test-runner.sh
+++ b/test-runner.sh
@@ -25,7 +25,7 @@ curl -o "$FILE" "$URL"
# Run the test
echo "Launching $BACKEND test backend"
-"$BACKEND/do-tests.sh" "$FILE" "${TEST_FILES[@]}"
+"$BACKEND/do-tests.sh" "$FILE" "${TEST_FILES[@]}" 2>&1
# Delete the test image
echo "Deleting local image $FILE"