Skip to content

Commit ab9b79a

Browse files
committed
typo in esmpy test_unit_parallel makefile target
1 parent 525822c commit ab9b79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addon/esmpy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test_unit:
4545
python3 -m pytest -vs
4646

4747
test_unit_parallel:
48-
$(ESMF_INTERNAL_MPIRUN) -np 4 python3 -vs
48+
$(ESMF_INTERNAL_MPIRUN) -np 4 python3 -m pytest -vs
4949

5050
test_examples:
5151
python3 -m pytest -vs examples/test_examples.py

0 commit comments

Comments
 (0)