Github user alsorokin commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/18#discussion_r92122133
--- Diff: lib/paramedic.js ---
@@ -271,9 +271,13 @@ ParamedicRunner.prototype.runLocalTests = function () {
})
.then(function(command) {
self.setPermissions();
- logger.normal('cordova-paramedic: running command ' + command);
- return execPromise(command);
+ if (!self.config.runMainTests()) {
--- End diff --
My bad, it actually works because the Android emulator gets started by
`ParamedicTargetChooser`.
Then the aforementioned comment should also be deleted.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]