Skip to content

Commit c52042f

Browse files
authored
Make logs verbose for gallery tests (#124271)
Make logs verbose for gallery tests
1 parent fde6045 commit c52042f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/devicelab/lib/tasks/gallery.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ class GalleryTransitionTest {
150150
'test_driver/$testDriver.dart',
151151
'-d',
152152
deviceId,
153+
'-v',
154+
'--verbose-system-logs'
153155
]);
154156
});
155157

0 commit comments

Comments
 (0)