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:
Michael Klimushyn 2019-08-16 16:25:59 -07:00 committed by GitHub
parent ef9c923e2f
commit 1e1eb4d34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
]