mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Tolerate variable startup message order in static-html self-test.
This commit is contained in:
@@ -15,7 +15,10 @@ function startRun(sandbox) {
|
||||
run.match("myapp");
|
||||
run.match("proxy");
|
||||
run.tellMongo(MONGO_LISTENING);
|
||||
run.match("MongoDB");
|
||||
// Since the "=> Started MongoDB" message can appear after the
|
||||
// "Attributes on <head> are not supported" message, we should not
|
||||
// enforce the opposite order here:
|
||||
// run.match("MongoDB");
|
||||
return run;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user