You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/04/13 14:04:43 UTC

[cordova-paramedic] branch janpio-xcode10.1 updated: travis_wait for build command

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-xcode10.1
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-xcode10.1 by this push:
     new 637bea4  travis_wait for build command
637bea4 is described below

commit 637bea43f56bf50491e67225167c8145fa6204b4
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Apr 13 16:04:33 2019 +0200

    travis_wait for build command
---
 lib/paramedic.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/paramedic.js b/lib/paramedic.js
index 63bcd79..f03f653 100644
--- a/lib/paramedic.js
+++ b/lib/paramedic.js
@@ -385,7 +385,7 @@ ParamedicRunner.prototype.waitForTests = function () {
 
 ParamedicRunner.prototype.getCommandForStartingTests = function () {
     var self = this;
-    var cmd  = self.config.getCli() + ' ' + this.config.getAction() + ' ' + this.config.getPlatformId() + util.PARAMEDIC_COMMON_CLI_ARGS;
+    var cmd  = 'travis_wait ' + self.config.getCli() + ' ' + this.config.getAction() + ' ' + this.config.getPlatformId() + util.PARAMEDIC_COMMON_CLI_ARGS;
 
     function addConfigArgs(cmd) {
         if (self.config.getArgs()) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org