Skip to content

Commit 733377f

Browse files
authored
Merge pull request #20314 from spevans/pr_cmake_show_test_failure
2 parents 0673523 + 8609c1e commit 733377f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3181,6 +3181,7 @@ for host in "${ALL_HOSTS[@]}"; do
31813181
)
31823182

31833183
[[ -z "${DISTCC}" ]] || EXTRA_DISTCC_OPTIONS=("DISTCC_HOSTS=localhost,lzo,cpp")
3184+
export CTEST_OUTPUT_ON_FAILURE=1
31843185
with_pushd "$(build_directory ${host} foundation)" \
31853186
call env "${EXTRA_DISTCC_OPTIONS[@]}" "${CMAKE}" "${cmake_options[@]}" "${EXTRA_CMAKE_OPTIONS[@]}" "${FOUNDATION_SOURCE_DIR}"
31863187

0 commit comments

Comments
 (0)