You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Ryan Blue (JIRA)" <ji...@apache.org> on 2015/04/28 23:40:07 UTC

[jira] [Resolved] (PARQUET-245) Travis CI runs tests even if build fails

     [ https://issues.apache.org/jira/browse/PARQUET-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Blue resolved PARQUET-245.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0

Merged #167.

> Travis CI runs tests even if build fails
> ----------------------------------------
>
>                 Key: PARQUET-245
>                 URL: https://issues.apache.org/jira/browse/PARQUET-245
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-mr
>            Reporter: Ryan Blue
>            Assignee: Ryan Blue
>             Fix For: 1.8.0
>
>
> The Travis CI config contains:
> {code:title=.travis.yml}
> install: mvn install ... > mvn_install.log || cat mvn_install.log
> {code}
> This always returns true because {{cat}} succeeds, so the tests aren't aborted by the maven return value. This should be: {{mvn install || ( cat log && false )}}



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