Using --parallel makes output wierd

I am using xctest and running it in parallel.

Which causes the output to look like this:

Test Case 'TestRemainingMinutes.testRemainingMinutes' started at 2023-05-28 11:29:13.4714326
5
hi

But should look like this:

Test Case 'TestRemainingMinutes.testRemainingMinutes' started at 2023-05-28 11:29:13.471
4326
5
hi

My question is: Is there a possibility to either make it give the correct output when running in parallel or give an output xjunit output when running it in parallel?

1 Like