Skip to content

Commit 3aad6a5

Browse files
committed
CI: add option -s to pytest to enable stdout/stderr
1 parent 31cc2eb commit 3aad6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end_to_end_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
export DARSHAN_NONMPI_INSTALL_PATH=$PWD/darshan_nonmpi_install
5555
export DARSHAN_ROOT_PATH=$PWD
5656
export HDF5_LIB=/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so
57-
python -m pytest darshan-test/python_runtime_tests.py
57+
python -m pytest -s darshan-test/python_runtime_tests.py

0 commit comments

Comments
 (0)