diff options
Diffstat (limited to 'ci/run-tests.sh')
-rwxr-xr-x | ci/run-tests.sh | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ci/run-tests.sh b/ci/run-tests.sh index f0c743de94..73e273fac7 100755 --- a/ci/run-tests.sh +++ b/ci/run-tests.sh @@ -5,6 +5,14 @@ . ${0%/*}/lib-travisci.sh -mkdir -p $HOME/travis-cache -ln -s $HOME/travis-cache/.prove t/.prove +ln -s "$cache_dir/.prove" t/.prove + make --quiet test +if test "$jobname" = "linux-gcc" +then + GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test +fi + +check_unignored_build_artifacts + +save_good_tree |