Skip to content

Commit 4d04ec1

Browse files
committed
Restore writing test output to log file
1 parent 5f45fdd commit 4d04ec1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/ci/circle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ allocate_tests() {
261261
# $2 - log file
262262
run_tests() {
263263
echo 'Running tests...' >&2
264-
# make TESTS="$1" test-xunit >> "$2" 2>&1
265-
make TESTS="$1" test-xunit
264+
make TESTS="$1" test-xunit >> "$2" 2>&1
266265
if [[ "$?" -ne 0 ]]; then
267266
echo 'Tests failed.' >&2
268267
return 1

0 commit comments

Comments
 (0)