Merge branch 'tg/split-index-fixes'
[git] / ci / run-tests.sh
1 #!/bin/sh
2 #
3 # Test Git
4 #
5
6 . ${0%/*}/lib-travisci.sh
7
8 ln -s $HOME/travis-cache/.prove t/.prove
9 make --quiet test
10 if test "$jobname" = "linux-gcc"
11 then
12         GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
13 fi
14
15 check_unignored_build_artifacts
16
17 save_good_tree