Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
mojito test command will not longer test the framework
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Oct 29, 2012
1 parent 51030f2 commit b521020
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/app/commands/test.js
Expand Up @@ -621,8 +621,7 @@ run = function(params, opts) {
}
runTests({path: dir, type: testOption, name: testName});
} else {
testName = testOption;
runTests({path: fwTestsRoot, type: 'fw', name: testName});
utils.error('Invalid parameter.', usage, true);
}
};

Expand Down Expand Up @@ -828,8 +827,6 @@ usage = 'Options: -c --coverage Instruments code under test and prints ' +
' mojito test mojit ./path/to/mojit/directory\n' +
'To test a Mojito app:\n' +
' mojito test app ./path/to/mojito/app/directory\n' +
'To test the Mojito Framework:\n' +
' mojito test\n' +
' \n' +
'NOTE: You cannot generate test coverage for a Mojito application,' +
' only individual mojits.';
Expand Down

0 comments on commit b521020

Please sign in to comment.