1. 19 Oct, 2017 1 commit
    • Vasil Velichkov's avatar
      Do not ignore the test errors in travis · d06dc092
      Vasil Velichkov authored
      From `man bash`
      The return status of a pipeline is the exit status of the last command, unless the pipefail option is enabled.  If pipefail is enabled, the
      pipeline's return status is the value of the last (rightmost) command to exit with a non-zero status, or zero if all commands exit success‐
      fully.
      
      - Do not tail the check output as the test log is now written in
        test-suit.log files
      - On failure display the whole content of every test-suite.log file found
        in the build directory and exit with 1
      d06dc092
  2. 18 Oct, 2017 15 commits
  3. 17 Oct, 2017 3 commits
  4. 16 Oct, 2017 1 commit
  5. 14 Oct, 2017 7 commits
  6. 13 Oct, 2017 2 commits
  7. 12 Oct, 2017 1 commit
  8. 11 Oct, 2017 1 commit
  9. 10 Oct, 2017 9 commits