GitHub user sarangan12 opened a pull request:

    https://github.com/apache/cordova-medic/pull/69

    CB-10390: ADB doesn't recognize existing devices in Medic

    In Apache CI, we get the error: ADB doesn't recognize existing devices
    in Medic. The root cause for this error is that there is an additional
    space in the pattern. As a result ‘emulator-5554’ will not be matched
    with ‘emulator ‘ pattern (due to additional space). On removing the
    additional space, the pattern matching working fine.
    
    Also, when you run adb devices command, there will be a header line
    “List of devices” will be displayed which must be ignored. Added the
    code to ignore that also.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sarangan12/cordova-medic master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-medic/pull/69.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #69
    
----
commit 2c9e1d33cace0f046ba0989b56fc5ebe845c42c0
Author: Sarangan Rajamanickam <saranga...@yahoo.com>
Date:   2016-01-20T02:12:42Z

    CB-10390: ADB doesn't recognize existing devices in Medic
    
    In Apache CI, we get the error: ADB doesn't recognize existing devices
    in Medic. The root cause for this error is that there is an additional
    space in the pattern. As a result ‘emulator-5554’ will not be matched
    with ‘emulator ‘ pattern (due to additional space). On removing the
    additional space, the pattern matching working fine.
    
    Also, when you run adb devices command, there will be a header line
    “List of devices” will be displayed which must be ignored. Added the
    code to ignore that also.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to