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 5663e02 commit e05a67fCopy full SHA for e05a67f
dev/devicelab/bin/tasks/flutter_test_performance.dart
@@ -59,7 +59,7 @@ Future<int> runTest({bool coverage = false}) async {
59
} else if (step.index < TestStep.runningPubGet.index && entry == 'Running "flutter pub get" in automated_tests...') {
60
// ignore this line
61
step = TestStep.runningPubGet;
62
- } else if (step.index < TestStep.testWritesFirstCarriageReturn.index && entry == '') {
+ } else if (step.index <= TestStep.testWritesFirstCarriageReturn.index && entry.trim() == '') {
63
// we have a blank line at the start
64
step = TestStep.testWritesFirstCarriageReturn;
65
} else {
0 commit comments