commit-graph: implement "--append" option
[gitweb.git] / ci / run-tests.sh
index c7aee5b9ff0ba990b9d7587404c512a6703268d4..73e273fac73c48b4963e7aa7c5040f17f220b7da 100755 (executable)
@@ -5,10 +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