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