Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-245

Travis CI runs tests even if build fails

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.8.0
    • parquet-mr
    • None

    Description

      The Travis CI config contains:

      .travis.yml
      install: mvn install ... > mvn_install.log || cat mvn_install.log
      

      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 )

      Attachments

        Issue Links

          Activity

            People

              rdblue Ryan Blue
              rdblue Ryan Blue
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: