mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix package-tests: package specifying a name
a self-test broken by the version solver changes.
This commit is contained in:
@@ -554,7 +554,11 @@ selftest.define("package specifying a name",
|
||||
run.waitSecs(40);
|
||||
run.match("accounts-base");
|
||||
|
||||
run = s.run();
|
||||
// Pass --allow-incompatible-update so that when we create a package
|
||||
// that overrides accounts-base and has no version number (interpreted
|
||||
// as version 0.0.0), we don't get an error about downgrading a
|
||||
// a dependency.
|
||||
run = s.run("--allow-incompatible-update");
|
||||
run.waitSecs(5);
|
||||
run.match("myapp");
|
||||
run.match("proxy");
|
||||
|
||||
Reference in New Issue
Block a user