| Index: sdk/lib/_internal/pub/test/serve/utils.dart
|
| diff --git a/sdk/lib/_internal/pub/test/serve/utils.dart b/sdk/lib/_internal/pub/test/serve/utils.dart
|
| index 1013aec04e2195e43f1b982221f1b38273b3b8ba..eb412a796750904d53aa3a06e65c95580664d80f 100644
|
| --- a/sdk/lib/_internal/pub/test/serve/utils.dart
|
| +++ b/sdk/lib/_internal/pub/test/serve/utils.dart
|
| @@ -187,7 +187,7 @@ void postShould405(String urlPath) {
|
| void waitForBuildSuccess() {
|
| nextLine() {
|
| return _pubServer.nextLine().then((line) {
|
| - if (line.contains("successfully")) return;
|
| + if (line.contains("successfully")) return null;
|
|
|
| // This line wasn't it, so ignore it and keep trying.
|
| return nextLine();
|
|
|