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.`.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]