[
https://issues.apache.org/jira/browse/CB-11491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15361127#comment-15361127
]
ASF GitHub Bot commented on CB-11491:
-------------------------------------
Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/460#discussion_r69436760
--- Diff: cordova-lib/spec-cordova/run.spec.js ---
@@ -79,7 +82,7 @@ describe('run command', function() {
it('should pass down parameters', function(done) {
cordova.raw.run({platforms: ['blackberry10'],
options:{password: '1q1q'}}).then(function() {
expect(prepare_spy).toHaveBeenCalledWith({ platforms: [
'blackberry10' ], options: { password: '1q1q' }, verbose: false });
- expect(platformApi.run).toHaveBeenCalledWith({password:
'1q1q'});
+ expect(platformApi.run).toHaveBeenCalledWith({password:
'1q1q', nobuild: true});
--- End diff --
Same here
> Introduce before_deploy hook
> ----------------------------
>
> Key: CB-11491
> URL: https://issues.apache.org/jira/browse/CB-11491
> Project: Apache Cordova
> Issue Type: New Feature
> Components: CordovaLib
> Reporter: Sergey Shakhnazarov
> Assignee: Sergey Shakhnazarov
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]