Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65C5B10FC3 for ; Tue, 1 Sep 2015 02:06:46 +0000 (UTC) Received: (qmail 72502 invoked by uid 500); 1 Sep 2015 02:06:46 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 72489 invoked by uid 500); 1 Sep 2015 02:06:45 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 72478 invoked by uid 99); 1 Sep 2015 02:06:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2015 02:06:45 +0000 Date: Tue, 1 Sep 2015 02:06:45 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8936) Surface platform-specific logs in buildbot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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