Skip to content

Commit 5327fe9

Browse files
committed
send detailed log for failing libdispatch test to stdout
If VERBOSE is set, the automake test harness used by libdispatch will cat the log file for any failing testcase to stdout. This will enable the detailed output from the failed test cases to be captured by the CI system in the console log, enabling better test failure diagnosis.
1 parent 75f4c58 commit 5327fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ for host in "${ALL_HOSTS[@]}"; do
26042604
LIBDISPATCH_BUILD_DIR=$(build_directory ${host} ${product})
26052605
echo "--- Running tests for ${product} ---"
26062606
with_pushd "${LIBDISPATCH_BUILD_DIR}" \
2607-
call make check
2607+
call env VERBOSE=1 make check
26082608
echo "--- Finished tests for ${product} ---"
26092609
continue
26102610
;;

0 commit comments

Comments
 (0)