From 3a9c2eb22bd99ac6fa979d22b8ee8e59dc2eec44 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 14 Sep 2015 16:18:12 +0100 Subject: test runner: log stderr to stdout Otherwise since they get buffered differently, the output ends up jumbled in the BuildBot logs. --- test-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1