Skip tests that require tar
if the binary is not available on the path
#8586
Labels
tar
if the binary is not available on the path
#8586
In trying to enable execution of Swift PM test in the Windows pseudo toolchain build (swiftlang/swift#80405), some SwiftPM tests fail with the following:
This is a result of
tar.exe
not being installed on the Windows host.The test should be guarded with
try XCTRequiresBinary("tar")
(or equivalent) which would:The text was updated successfully, but these errors were encountered: