File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ runs:
379
379
# We additionally need to handle the special exit code EXIT_NO_TESTS_FOUND (69 on Android),
380
380
# which can happen when the tests link to Testing, but no tests are executed
381
381
# see: https://github.com/swiftlang/swift-package-manager/blob/1b593469e8ad3daf2cc10e798340bd2de68c402d/Sources/Commands/SwiftTestCommand.swift#L1542
382
- patchelf --print-needed ${XCTEST} | grep libTesting.so && TEST_SHELL="${TEST_SHELL} && ${TEST_CMD} --testing-library swift-testing && [ $? -eq 0 ] || [ $? -eq 69 ]" || true
382
+ patchelf --print-needed ${XCTEST} | grep libTesting.so && TEST_SHELL="${TEST_SHELL} && ${TEST_CMD} --testing-library swift-testing && [ \ $? -eq 0 ] || [ \ $? -eq 69 ]" || true
383
383
fi
384
384
echo "adb shell '${TEST_SHELL}'" >> ${SCRIPT_FILE}
385
385
done
You can’t perform that action at this time.
0 commit comments