mirror of
https://github.com/flutter/packages.git
synced 2025-05-25 08:46:42 +08:00
Make java-test output more useful (#4184)
This commit is contained in:
@ -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.');
|
||||
|
Reference in New Issue
Block a user