xcodebuild corrupts test result output when output redirected to file

前端 未结 2 1035
心在旅途
心在旅途 2021-02-05 20:48

I have Jenkins with the Xcode plugin configured to run unit tests by adding the test build action to the Custom xcodebuild arguments setting. For more information on getting Jen

2条回答
  •  庸人自扰
    2021-02-05 21:07

    As noted by Malte in a comment above, a cleaner solution might be

        env NSUnbufferedIO=YES xcodebuild ...
    

提交回复
热议问题