jennifershtaway-bo
Results
1
issues of
jennifershtaway-bo
I am running xcodebuild test-without-building in a python subprocess using this code: ``` command = "xcodebuild test-without-building -resultBundlePath [unique-path] -xctestrun [...]/build/run_24103/Build/Products/Automation_iphonesimulator16.1-x86_64.xctestrun -only-test-configuration AutoPNI -destination id=7AE8D24F-2C7B-44FA-88DA-E86367B1ED3D -only-testing HomeTabUITests/test_c1234" p = subprocess.Popen(...
bug