Skip to content
Snippets Groups Projects
Commit 31445ec3 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

skip test_coroutines.sh if mpi4py cannot be imported

parent 9bd8f8ff
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
# SPDX-License-Identifier: CC0-1.0
@TEST_MPI_FALSE@exit 77
@PYTHON@ -c 'import mpi4py' || exit 77
PYTHONPATH="@abs_top_builddir@/python:$PYTHONPATH"
export PYTHONPATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment