mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Minor update to the Robolectric test harness (#11067)
Make sure that any `android.util.Log`s during the tests are reported to stdout.
This commit is contained in:
parent
ef9c923e2f
commit
1e1eb4d34a
@ -246,6 +246,7 @@ def RunJavaTests(filter, android_variant='android_debug_unopt'):
|
||||
'-Drobolectric.offline=true',
|
||||
'-Drobolectric.dependency.dir=' + robolectric_dir,
|
||||
'-classpath', ':'.join(classpath),
|
||||
'-Drobolectric.logging=stdout',
|
||||
'org.junit.runner.JUnitCore',
|
||||
test_class
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user