From 864ac0d28d1617e69e3579b17f62d3619546471b Mon Sep 17 00:00:00 2001 From: Yuxuan Li <yuxuanli@google.com> Date: Tue, 9 May 2017 12:19:34 -0700 Subject: [PATCH] debug Mac objective-c errors --- src/objective-c/tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh index 2432209f4f..021188dd23 100755 --- a/src/objective-c/tests/run_tests.sh +++ b/src/objective-c/tests/run_tests.sh @@ -69,7 +69,7 @@ xcodebuild \ -workspace Tests.xcworkspace \ -scheme CoreCronetEnd2EndTests \ -destination name="iPhone 6" \ - test | xcpretty + test # Temporarily disabled for (possible) flakiness on Jenkins. # Fix or reenable after confirmation/disconfirmation that it is the source of -- GitLab