Skip to content

Commit a3ed25e

Browse files
committed
Experimentally allowing conftest for mpitests
1 parent d1ff1b1 commit a3ed25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/do_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ if test "${PYTHON}"; then
508508
XUNIT_FILE="${REPORTDIR}/${XUNIT_NAME}_sli2py_mpi.xml"
509509
env
510510
set +e
511-
"${PYTHON}" -m pytest --noconftest --verbose --timeout $TIME_LIMIT --junit-xml="${XUNIT_FILE}" --numprocesses=1 \
511+
"${PYTHON}" -m pytest --verbose --timeout $TIME_LIMIT --junit-xml="${XUNIT_FILE}" --numprocesses=1 \
512512
"${PYNEST_TEST_DIR}/sli2py_mpi" 2>&1 | tee -a "${TEST_LOGFILE}"
513513
set -e
514514
fi

0 commit comments

Comments
 (0)