forked from firka/flutter
Forward stdout and stderr from dart2wasm when verbose. (flutter/engine#40731)
Forward stdout and stderr from dart2wasm when verbose.
This commit is contained in:
@@ -293,7 +293,7 @@ class Dart2WasmCompiler extends TestCompiler {
|
||||
arguments,
|
||||
workingDirectory: inputTestSetDirectory.path,
|
||||
failureIsSuccess: true,
|
||||
evalOutput: true,
|
||||
evalOutput: !isVerbose,
|
||||
);
|
||||
final int exitCode = await process.wait();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user