Skip to content

Commit 489094a

Browse files
authored
Quiet iOS native test result zipping (#111434)
1 parent c1eb88f commit 489094a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/devicelab/bin/tasks/module_test_ios.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ end
495495
<String>[
496496
'-r',
497497
'-9',
498+
'-q',
498499
zipPath,
499500
'result.xcresult',
500501
],

dev/devicelab/lib/framework/ios.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Future<bool> runXcodeTests({
229229
<String>[
230230
'-r',
231231
'-9',
232+
'-q',
232233
zipPath,
233234
path.basename(xcresultBundle.path),
234235
],

0 commit comments

Comments
 (0)