You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2016/06/16 11:50:05 UTC

cordova-paramedic git commit: Fixed a link to adb logs on Saucelabs

Repository: cordova-paramedic
Updated Branches:
  refs/heads/master 89aedf465 -> 3470be06b


Fixed a link to adb logs on Saucelabs


Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/3470be06
Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/3470be06
Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/3470be06

Branch: refs/heads/master
Commit: 3470be06bf2639a75baf3187fd7a1c839009ca45
Parents: 89aedf4
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Thu Jun 16 14:49:51 2016 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Thu Jun 16 14:49:51 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/3470be06/lib/paramedic.js
----------------------------------------------------------------------
diff --git a/lib/paramedic.js b/lib/paramedic.js
index 2f4c553..33726ef 100644
--- a/lib/paramedic.js
+++ b/lib/paramedic.js
@@ -508,7 +508,7 @@ ParamedicRunner.prototype.getSauceDetails = function () {
                 logger.normal('Video: ' + jobs[job].video_url);
                 logger.normal('Appium logs: ' + jobs[job].log_url);
                 if (self.config.getPlatformId() === 'android') {
-                    logger.normal('Logcat logs: ' + jobUrl + '/logcat.log');
+                    logger.normal('Logcat logs: ' + 'https://saucelabs.com/jobs/' + jobs[job].id + '/logcat.log');
                 }
                 logger.normal('============================================================================================');
                 logger.normal('');


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