Fourth batch
[git/raj.git] / ci / run-test-slice.sh
blobf8c2c3106a2ef43af525ec0a770d6697160ec91f
1 #!/bin/sh
3 # Test Git in parallel
6 . ${0%/*}/lib.sh
8 case "$CI_OS_NAME" in
9 windows*) cmd //c mklink //j t\\.prove "$(cygpath -aw "$cache_dir/.prove")";;
10 *) ln -s "$cache_dir/.prove" t/.prove;;
11 esac
13 make --quiet -C t T="$(cd t &&
14 ./helper/test-tool path-utils slice-tests "$1" "$2" t[0-9]*.sh |
15 tr '\n' ' ')"
17 check_unignored_build_artifacts