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_
This commit is contained in:
@ -281,7 +281,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
MAKEFLAGS="$MAKEFLAGS --jobs=$JOBS"
|
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"
|
GIT_TEST_OPTS="$GIT_TEST_OPTS --verbose-log -x"
|
||||||
case "$CI_OS_NAME" in
|
case "$CI_OS_NAME" in
|
||||||
|
Reference in New Issue
Block a user