ci / run-build-and-tests.shon commit submodule.c: report the submodule that an error occurs in (ba95d4e)
   1#!/bin/sh
   2#
   3# Build and test Git
   4#
   5
   6. ${0%/*}/lib-travisci.sh
   7
   8ln -s $HOME/travis-cache/.prove t/.prove
   9
  10make --jobs=2
  11make --quiet test
  12if test "$jobname" = "linux-gcc"
  13then
  14        GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
  15fi
  16
  17check_unignored_build_artifacts
  18
  19save_good_tree