mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fixing update tests
This commit is contained in:
@@ -1147,7 +1147,7 @@ main.registerCommand({
|
||||
|
||||
process.stdout.write(path.basename(options.appDir) + ": updated to " +
|
||||
utils.displayRelease(releaseTrack, solutionReleaseVersion) +
|
||||
". \n");
|
||||
".\n");
|
||||
|
||||
// Now run the upgraders.
|
||||
// XXX should we also run upgraders on other random commands, in case there
|
||||
|
||||
@@ -126,8 +126,8 @@ selftest.define("autoupdate", ['checkout'], function () {
|
||||
run.stop();
|
||||
|
||||
run = s.run("update");
|
||||
run.read("myapp: updated to Meteor v3.\n");
|
||||
run.read("All your package dependencies are already up to date.\n");
|
||||
run.read("myapp: updated to Meteor v3.");
|
||||
run.match("All your package dependencies are already up to date.\n");
|
||||
run.expectEnd();
|
||||
run.expectExit(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user