mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix autoupdate test on Windows
This commit is contained in:
@@ -807,7 +807,7 @@ _.extend(Sandbox.prototype, {
|
||||
stubCatalog.collections.versions.push(versionRec);
|
||||
|
||||
stubCatalog.collections.builds.push({
|
||||
architecture: isopack.buildArchitectures(),
|
||||
buildArchitectures: isopack.buildArchitectures(),
|
||||
versionId: versionRec._id,
|
||||
_id: utils.randomToken()
|
||||
});
|
||||
|
||||
@@ -138,7 +138,7 @@ selftest.define("autoupdate", ['checkout'], function () {
|
||||
run.stop();
|
||||
|
||||
run = s.run("update");
|
||||
run.read("myapp: updated to Meteor v3.");
|
||||
run.match("myapp: updated to Meteor v3.\n");
|
||||
run.match("Your packages are at their latest compatible versions.\n");
|
||||
run.expectExit(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user