Skip to content

Commit 6ed3e94

Browse files
author
Mishal Awadah
committed
[build-script] Add a heading for Foundation tests in the output.
1 parent 22926f3 commit 6ed3e94

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
@@ -1908,6 +1908,7 @@ for deployment_target in "${STDLIB_DEPLOYMENT_TARGETS[@]}"; do
19081908
if [[ "$SKIP_TEST_FOUNDATION" ]]; then
19091909
continue
19101910
fi
1911+
echo "--- Running tests for ${product} ---"
19111912
build_dir=$(build_directory $deployment_target $product)
19121913
XCTEST_BUILD_DIR=$(build_directory $deployment_target xctest)
19131914
pushd "${FOUNDATION_SOURCE_DIR}"

0 commit comments

Comments
 (0)