Kouhei Sutou
null+****@clear*****
Sat Aug 12 00:18:59 JST 2017
Kouhei Sutou 2017-08-12 00:18:59 +0900 (Sat, 12 Aug 2017) New Revision: 6e3815a52270faf6dfa3858410a6a7abd73e0905 https://github.com/pgroonga/pgroonga/commit/6e3815a52270faf6dfa3858410a6a7abd73e0905 Message: travis: show more information Modified files: .travis.yml Modified: .travis.yml (+7 -1) =================================================================== --- .travis.yml 2017-08-11 23:53:45 +0900 (8362c4f) +++ .travis.yml 2017-08-12 00:18:59 +0900 (d0d2e73) @@ -57,10 +57,16 @@ script: ;; esac - sudo -u postgres -H mkdir -p /tmp/space - - make installcheck TMP_DIR=/tmp SETUP_TMP_DIR=no + - | + PG_REGRESS_DIFF_OPTS="-u --color=always" \ + make installcheck \ + TMP_DIR=/tmp \ + SETUP_TMP_DIR=no \ + EXTRA_REGRESS_OPTS="--launcher=$(pwd)/test/short-pgappname" - | if [ ${PG_VERSION} = "9.6" ]; then test/run-test.rb fi after_failure: - cat regression.diffs + - sudo find /var/lib/postgres -------------- next part -------------- HTML����������������������������...Download