File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2386,7 +2386,8 @@ if [[ "${INSTALLABLE_PACKAGE}" ]] ; then
2386
2386
if [[ " ${TEST_INSTALLABLE_PACKAGE} " ]] ; then
2387
2387
PKG_TESTS_SOURCE_DIR=" ${WORKSPACE} /swift-integration-tests"
2388
2388
PKG_TESTS_SANDBOX_PARENT=" $( build_directory swift_package_sandbox none) "
2389
-
2389
+ PKG_TESTS_TEMPS=" ${PKG_TESTS_SANDBOX_PARENT} " /" tests"
2390
+
2390
2391
if [[ " $( uname -s) " == " Darwin" ]] ; then
2391
2392
PKG_TESTS_SANDBOX=" ${PKG_TESTS_SANDBOX_PARENT} " /" ${TOOLCHAIN_PREFIX} "
2392
2393
else # Linux
@@ -2404,7 +2405,7 @@ if [[ "${INSTALLABLE_PACKAGE}" ]] ; then
2404
2405
popd
2405
2406
2406
2407
(cd " ${PKG_TESTS_SOURCE_DIR} " &&
2407
- python " ${LIT_EXECUTABLE_PATH} " . -sv --param package-path=" ${PKG_TESTS_SANDBOX} " --param filecheck=" ${FILECHECK_EXECUTABLE_PATH} " )
2408
+ python " ${LIT_EXECUTABLE_PATH} " . -sv --param package-path=" ${PKG_TESTS_SANDBOX} " --param filecheck=" ${FILECHECK_EXECUTABLE_PATH} " --param test-exec-root= " ${PKG_TESTS_TEMPS} " )
2408
2409
{ set +x; } 2> /dev/null
2409
2410
fi
2410
2411
fi
You can’t perform that action at this time.
0 commit comments