Make java-test output more useful (#4184)

This commit is contained in:
Maurice Parrish
2021-07-24 16:06:34 -07:00
committed by GitHub
parent d17489c62f
commit e5bed35b8c
2 changed files with 4 additions and 4 deletions

View File

@ -222,7 +222,7 @@ this command.
}
final int exitCode = await processRunner.runAndStream(
gradleFile.path, <String>['testDebugUnitTest', '--info'],
gradleFile.path, <String>['testDebugUnitTest'],
workingDir: androidDirectory);
if (exitCode != 0) {
printError('$exampleName tests failed.');