1#!/bin/sh
2#
3# Test Git
4#
56
. ${0%/*}/lib-travisci.sh
78
ln -s "$cache_dir/.prove" t/.prove
910
make --quiet test
11if test "$jobname" = "linux-gcc"
12then
13GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
14fi
1516
check_unignored_build_artifacts
1718
save_good_tree