Unverified Commit 489094ad authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Quiet iOS native test result zipping (#111434)

parent c1eb88f3
......@@ -495,6 +495,7 @@ end
<String>[
'-r',
'-9',
'-q',
zipPath,
'result.xcresult',
],
......
......@@ -229,6 +229,7 @@ Future<bool> runXcodeTests({
<String>[
'-r',
'-9',
'-q',
zipPath,
path.basename(xcresultBundle.path),
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment