Make logs verbose for gallery tests (#124271)

Make logs verbose for gallery tests
This commit is contained in:
Victoria Ashworth 2023-04-07 10:47:20 -05:00 committed by GitHub
parent fde6045138
commit c52042fbfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,8 @@ class GalleryTransitionTest {
'test_driver/$testDriver.dart',
'-d',
deviceId,
'-v',
'--verbose-system-logs'
]);
});