ci / run-tests.shon commit packfile: allow install_packed_git to handle arbitrary repositories (5babff1)
   1#!/bin/sh
   2#
   3# Test Git
   4#
   5
   6. ${0%/*}/lib-travisci.sh
   7
   8ln -s "$cache_dir/.prove" t/.prove
   9
  10make --quiet test
  11if test "$jobname" = "linux-gcc"
  12then
  13        GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
  14fi
  15
  16check_unignored_build_artifacts
  17
  18save_good_tree