We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3c238 commit 5ce8093Copy full SHA for 5ce8093
pkg/dartdev/test/commands/create_integration_test.dart
@@ -133,7 +133,7 @@ void defineCreateTests() {
133
print('stdout: $e');
134
if (e.contains('[SEVERE]') ||
135
(isServerTemplate && e.contains('Server listening on port')) ||
136
- (isWebTemplate && e.contains('Succeeded after'))) {
+ (isWebTemplate && e.contains('Built with build_runner'))) {
137
if (e.contains('[SEVERE]')) {
138
hasError = true;
139
}
0 commit comments