mirror of
https://github.com/flutter/flutter.git
synced 2026-02-16 07:42:10 +08:00
flutter_build_null_unsafe_test print failed build output (#98310)
This commit is contained in:
parent
1be67ab944
commit
262a963efb
@ -76,7 +76,10 @@ String unsafeString = null;
|
||||
'--no-sound-null-safety',
|
||||
if (targetPlatform == 'ios') '--no-codesign',
|
||||
], workingDirectory: projectRoot.path);
|
||||
expect(result.exitCode, 0);
|
||||
|
||||
if (result.exitCode != 0) {
|
||||
fail('build --no-sound-null-safety failed: ${result.exitCode}\n${result.stderr}\n${result.stdout}');
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user