mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
die correctly if test-packages fails
This commit is contained in:
@@ -1163,6 +1163,8 @@ main.registerCommand({
|
||||
var testPackages = null;
|
||||
try {
|
||||
var packages = getPackagesForTest(options.args);
|
||||
if (typeof packages === "number")
|
||||
return packages;
|
||||
testPackages = packages.testPackages;
|
||||
localPackages = packages.localPackages;
|
||||
options.localPackageNames = packages.localPackages;
|
||||
|
||||
Reference in New Issue
Block a user