mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Forward stdout and stderr from dart2wasm when verbose. (flutter/engine#40731)
Forward stdout and stderr from dart2wasm when verbose.
This commit is contained in:
parent
e8d9ea46c2
commit
77dadc582f
@ -293,7 +293,7 @@ class Dart2WasmCompiler extends TestCompiler {
|
||||
arguments,
|
||||
workingDirectory: inputTestSetDirectory.path,
|
||||
failureIsSuccess: true,
|
||||
evalOutput: true,
|
||||
evalOutput: !isVerbose,
|
||||
);
|
||||
final int exitCode = await process.wait();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user