diff options
| author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2025-05-05 07:39:48 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-05-05 14:15:19 -0700 |
| commit | 9c1ce1271d942e759bdbe9d8cbb0166325766b91 (patch) | |
| tree | d30d8d24199f58f3fe077bdbae6857dfc5b372f7 | |
| parent | CI updates (diff) | |
| download | git-9c1ce1271d942e759bdbe9d8cbb0166325766b91.tar.gz git-9c1ce1271d942e759bdbe9d8cbb0166325766b91.zip | |
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>
Diffstat (limited to '')
| -rwxr-xr-x | ci/run-build-and-tests.sh | 5 | ||||
| -rwxr-xr-x | ci/run-test-slice.sh | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh index 1c69846723..066d4c4c85 100755 --- a/ci/run-build-and-tests.sh +++ b/ci/run-build-and-tests.sh @@ -5,11 +5,6 @@ . ${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 case "$jobname" in diff --git a/ci/run-test-slice.sh b/ci/run-test-slice.sh index e167e646f7..0444c79c02 100755 --- a/ci/run-test-slice.sh +++ b/ci/run-test-slice.sh @@ -5,11 +5,6 @@ . ${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 && ./helper/test-tool path-utils slice-tests "$1" "$2" t[0-9]*.sh | tr '\n' ' ')" || |
