Skip to content

Commit 8f4bf95

Browse files
authored
Merge pull request #4577 from dgrove-oss/libdispatch-verbose-failing-test
send detailed log for failing libdispatch test to stdout
2 parents 3488c80 + 5327fe9 commit 8f4bf95

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)