Skip to content

Commit 6a56549

Browse files
committed
Add -vv for more pytest output
1 parent 75149e5 commit 6a56549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
endif
88

99
MPIRUN = mpirun -np ${NUM_PROC} ${EXTRA_MPI_FLAG}
10-
PYTEST = pytest -s
10+
PYTEST = pytest -s -vv
1111
MPICH_NOT_EXIST = $(shell which mpichversion)
1212

1313
.PHONY: build

0 commit comments

Comments
 (0)