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:17 UTC

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

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