Git.pm: remove redundant "use strict" from sub-package
[git.git] / ci / run-tests.sh
blob73e273fac73c48b4963e7aa7c5040f17f220b7da
1 #!/bin/sh
3 # Test Git
6 . ${0%/*}/lib-travisci.sh
8 ln -s "$cache_dir/.prove" t/.prove
10 make --quiet test
11 if test "$jobname" = "linux-gcc"
12 then
13 GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
16 check_unignored_build_artifacts
18 save_good_tree