You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/01 04:06:45 UTC

[jira] [Commented] (CB-8936) Surface platform-specific logs in buildbot

    [ https://issues.apache.org/jira/browse/CB-8936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14724589#comment-14724589 ] 

ASF GitHub Bot commented on CB-8936:
------------------------------------

Github user dblotsky commented on a diff in the pull request:

    https://github.com/apache/cordova-medic/pull/60#discussion_r38379807
  
    --- Diff: buildbot-conf/cordova.conf ---
    @@ -360,9 +360,10 @@ def cordova_steps_run_tests(platform, extra_args=list()):
                     'log',
                     '--platform', platform
                 ],
    -            description   = 'gathering logs',
    -            timeout       = LOG_GETTING_TIMEOUT,
    -            haltOnFailure = False,
    +            description    = 'gathering logs',
    +            timeout        = LOG_GETTING_TIMEOUT,
    +            haltOnFailure  = False,
    +            flunkOnFailure = False,
    --- End diff --
    
    Good call with this one! However, later on we should also debug what's causing this error on Windows: `Couldn't find log file. It may be because of old cordova-windows version or some problems with log script.`.


> Surface platform-specific logs in buildbot
> ------------------------------------------
>
>                 Key: CB-8936
>                 URL: https://issues.apache.org/jira/browse/CB-8936
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: Medic
>            Reporter: Alexander Sorokin
>            Assignee: Alexander Sorokin
>
> Platform specific logs (e.g. logcat for android, stderr.log and stdin.log for iOS etc.) should be gathered and displayed in buildbot.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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