mirror of
https://github.com/git/git.git
synced 2025-12-23 12:14:22 +01:00
ci: stop linking the prove cache
It is not useful because we do not have any persisted directory anymore, not since dropping our Travis CI support. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
d50a5e8939
commit
9c1ce1271d
@@ -5,11 +5,6 @@
|
|||||||
|
|
||||||
. ${0%/*}/lib.sh
|
. ${0%/*}/lib.sh
|
||||||
|
|
||||||
case "$CI_OS_NAME" in
|
|
||||||
windows*) cmd //c mklink //j t\\.prove "$(cygpath -aw "$cache_dir/.prove")";;
|
|
||||||
*) ln -s "$cache_dir/.prove" t/.prove;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
run_tests=t
|
run_tests=t
|
||||||
|
|
||||||
case "$jobname" in
|
case "$jobname" in
|
||||||
|
|||||||
@@ -5,11 +5,6 @@
|
|||||||
|
|
||||||
. ${0%/*}/lib.sh
|
. ${0%/*}/lib.sh
|
||||||
|
|
||||||
case "$CI_OS_NAME" in
|
|
||||||
windows*) cmd //c mklink //j t\\.prove "$(cygpath -aw "$cache_dir/.prove")";;
|
|
||||||
*) ln -s "$cache_dir/.prove" t/.prove;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
group "Run tests" make --quiet -C t T="$(cd t &&
|
group "Run tests" make --quiet -C t T="$(cd t &&
|
||||||
./helper/test-tool path-utils slice-tests "$1" "$2" t[0-9]*.sh |
|
./helper/test-tool path-utils slice-tests "$1" "$2" t[0-9]*.sh |
|
||||||
tr '\n' ' ')" ||
|
tr '\n' ' ')" ||
|
||||||
|
|||||||
Reference in New Issue
Block a user