See if the noop test driver can work here too

This commit is contained in:
Geoffrey Booth
2017-10-20 00:32:01 -07:00
parent 3cfea0c71d
commit 318d93ec0f

View File

@@ -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");