Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-10 03:37:48 +0300
committerJunio C Hamano <gitster@pobox.com>2023-12-10 03:37:48 +0300
commitb4e6618fdf3bbcdcae9340b694f80770ba5a3261 (patch)
tree39abc6a07ca5c3ca78f7e89241f22b69a949d2e4 /ci
parent14a4445d18eccc146b3340c2bdeeb15c81538938 (diff)
parente7e03ef9950df84d60b093ab925ccf34a8453369 (diff)
Merge branch 'js/ci-discard-prove-state'
The way CI testing used "prove" could lead to running the test suite twice needlessly, which has been corrected. * js/ci-discard-prove-state: ci: avoid running the test suite _twice_
Diffstat (limited to 'ci')
-rwxr-xr-xci/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lib.sh b/ci/lib.sh
index 643e75d057..c749b21366 100755
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -281,7 +281,7 @@ else
fi
MAKEFLAGS="$MAKEFLAGS --jobs=$JOBS"
-GIT_PROVE_OPTS="--timer --jobs $JOBS --state=failed,slow,save"
+GIT_PROVE_OPTS="--timer --jobs $JOBS"
GIT_TEST_OPTS="$GIT_TEST_OPTS --verbose-log -x"
case "$CI_OS_NAME" in