ci / run-tests.shon commit Merge branch 'po/clang-format-functype-weight' into next (0724aaa)
   1#!/bin/sh
   2#
   3# Test Git
   4#
   5
   6. ${0%/*}/lib-travisci.sh
   7
   8ln -s $HOME/travis-cache/.prove t/.prove
   9make --quiet test
  10if test "$jobname" = "linux-gcc"
  11then
  12        GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
  13fi
  14
  15check_unignored_build_artifacts
  16
  17save_good_tree