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/06/19 20:04:16 UTC

[cordova-paramedic] branch janpio-patch-1 created (now 5b5aace)

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

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


      at 5b5aace  Update AppiumRunner.js

This branch includes the following new commits:

     new 5b5aace  Update AppiumRunner.js

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-paramedic] 01/01: Update AppiumRunner.js

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5b5aace45c9a86d877edaeb5c35d2143a4ee8209
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Jun 19 22:04:10 2019 +0200

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

diff --git a/lib/appium/AppiumRunner.js b/lib/appium/AppiumRunner.js
index 964ad11..f27a89c 100644
--- a/lib/appium/AppiumRunner.js
+++ b/lib/appium/AppiumRunner.js
@@ -358,7 +358,7 @@ function getPackagePath (options) {
             path.join(fullAppPath, 'platforms', 'ios', 'build', 'device') :
             path.join(fullAppPath, 'platforms', 'ios', 'build', 'emulator');
         const fileMask = options.device ? '*.ipa' : '*.app';
-        const files = shell.ls(searchDir + fileMask);
+        const files = shell.ls(path.join(searchDir, fileMask));
 
         logger.normal('paramedic-appium: Looking for the app package in: ' + searchDir);
 


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