travis: run tests with GIT_TEST_SPLIT_INDEX
[gitweb.git] / ci / run-tests.sh
index f0c743de948d282f3259fcf22b19fd84e15dcf42..c7aee5b9ff0ba990b9d7587404c512a6703268d4 100755 (executable)
@@ -8,3 +8,7 @@
 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