Skip to content

Commit 41fe791

Browse files
author
Mishal Awadah
committed
[build-script] Log foundation testing steps like other targets do.
1 parent 0830c36 commit 41fe791

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-script-impl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,12 +2037,15 @@ for deployment_target in "${STDLIB_DEPLOYMENT_TARGETS[@]}"; do
20372037
continue
20382038
fi
20392039
echo "--- Running tests for ${product} ---"
2040+
set -x
20402041
build_dir=$(build_directory $deployment_target $product)
20412042
XCTEST_BUILD_DIR=$(build_directory $deployment_target xctest)
20422043
pushd "${FOUNDATION_SOURCE_DIR}"
20432044
$NINJA_BIN TestFoundation
20442045
LD_LIBRARY_PATH="${INSTALL_DESTDIR}"/"${INSTALL_PREFIX}"/lib/swift/:"${build_dir}/Foundation":"${XCTEST_BUILD_DIR}":$LD_LIBRARY_PATH "${build_dir}"/TestFoundation/TestFoundation
20452046
popd
2047+
{ set +x; } 2>/dev/null
2048+
echo "--- Finished tests for ${product} ---"
20462049
continue
20472050
;;
20482051
*)

0 commit comments

Comments
 (0)