We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74bb8ae + 44cd1f8 commit 1197465Copy full SHA for 1197465
src/test/checks_run.sh
@@ -144,6 +144,7 @@ if test "$COVERAGE" = "t"; then
144
export ENABLE_USER_SITE=1 && \
145
export COVERAGE_PROCESS_START=$(pwd)/coverage.rc && \
146
${MAKE} -j $JOBS check TESTS= && \
147
+ (cd src && ${MAKE} -j $JOBS check) && \
148
(cd t && ${MAKE} -j $JOBS check ${SYSTEM:+TESTS=\"$SYSTEM_TESTS\"})"
149
POSTCHECKCMDS="\
150
${MAKE} code-coverage-capture &&
0 commit comments