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 ...@@ -495,6 +495,7 @@ end
<String>[ <String>[
'-r', '-r',
'-9', '-9',
'-q',
zipPath, zipPath,
'result.xcresult', 'result.xcresult',
], ],
......
...@@ -229,6 +229,7 @@ Future<bool> runXcodeTests({ ...@@ -229,6 +229,7 @@ Future<bool> runXcodeTests({
<String>[ <String>[
'-r', '-r',
'-9', '-9',
'-q',
zipPath, zipPath,
path.basename(xcresultBundle.path), 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