1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-10 23:56:14 +02:00
git/ci/run-tests.sh

15 lines
231 B
Bash
Raw Normal View History

#!/bin/sh
#
# Test Git
#
. ${0%/*}/lib-travisci.sh
mkdir -p $HOME/travis-cache
ln -s $HOME/travis-cache/.prove t/.prove
make --quiet test
if test "$jobname" = "linux-gcc"
then
GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
fi