Quiet iOS native test result zipping (#111434)

This commit is contained in:
Jenn Magder 2022-09-13 16:08:41 -07:00 committed by GitHub
parent c1eb88f31f
commit 489094ad98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -495,6 +495,7 @@ end
<String>[
'-r',
'-9',
'-q',
zipPath,
'result.xcresult',
],

View file

@ -229,6 +229,7 @@ Future<bool> runXcodeTests({
<String>[
'-r',
'-9',
'-q',
zipPath,
path.basename(xcresultBundle.path),
],