We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0830c36 commit 41fe791Copy full SHA for 41fe791
utils/build-script-impl
@@ -2037,12 +2037,15 @@ for deployment_target in "${STDLIB_DEPLOYMENT_TARGETS[@]}"; do
2037
continue
2038
fi
2039
echo "--- Running tests for ${product} ---"
2040
+ set -x
2041
build_dir=$(build_directory $deployment_target $product)
2042
XCTEST_BUILD_DIR=$(build_directory $deployment_target xctest)
2043
pushd "${FOUNDATION_SOURCE_DIR}"
2044
$NINJA_BIN TestFoundation
2045
LD_LIBRARY_PATH="${INSTALL_DESTDIR}"/"${INSTALL_PREFIX}"/lib/swift/:"${build_dir}/Foundation":"${XCTEST_BUILD_DIR}":$LD_LIBRARY_PATH "${build_dir}"/TestFoundation/TestFoundation
2046
popd
2047
+ { set +x; } 2>/dev/null
2048
+ echo "--- Finished tests for ${product} ---"
2049
2050
;;
2051
*)
0 commit comments