mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
See if the noop test driver can work here too
This commit is contained in:
@@ -367,8 +367,8 @@ selftest.define("argument parsing", function () {
|
||||
});
|
||||
s.cd("app-with-extra-packages", function () {
|
||||
run = s.run("test",
|
||||
"--extra-packages", "meteortesting:mocha, extra-package-1, extra-package-2@=0.0.2",
|
||||
"--driver-package", "meteortesting:mocha");
|
||||
"--extra-packages", "tmeasday:acceptance-test-driver, extra-package-1, extra-package-2@=0.0.2",
|
||||
"--driver-package", "tmeasday:acceptance-test-driver");
|
||||
run.waitSecs(60);
|
||||
run.match("extra-package-1: foobar");
|
||||
run.match("extra-package-2: barfoo");
|
||||
|
||||
Reference in New Issue
Block a user