aboutsummaryrefslogtreecommitdiff
path: root/test cases/fortran
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-12-19 00:29:49 -0500
committerMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-12-19 11:59:47 -0500
commitccbb20e8810986656c01cc417f7d23731b0febdb (patch)
treec26e9d433339052a29bdb0fd9781212076105be7 /test cases/fortran
parentf1d370247fc3a46a5232ea2356ea6d67e5950e0f (diff)
downloadmeson-ccbb20e8810986656c01cc417f7d23731b0febdb.zip
meson-ccbb20e8810986656c01cc417f7d23731b0febdb.tar.gz
meson-ccbb20e8810986656c01cc417f7d23731b0febdb.tar.bz2
ci: improve robustness
* netcf * hdf5 * scalapack * coarray
Diffstat (limited to 'test cases/fortran')
-rw-r--r--test cases/fortran/13 coarray/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/fortran/13 coarray/meson.build b/test cases/fortran/13 coarray/meson.build
index 29c8c13..893cec9 100644
--- a/test cases/fortran/13 coarray/meson.build
+++ b/test cases/fortran/13 coarray/meson.build
@@ -15,7 +15,7 @@ coarray = dependency('coarray')
# this has to invoke a run of "sync all" to verify the MPI stack is functioning,
# particularly for dynamic linking
if fc.run('sync all; end', dependencies: coarray, name: 'Coarray link & run').returncode() != 0
- error('The coarray stack (including MPI) did not link correctly so that a simple test could run.')
+ error('MESON_SKIP_TEST: coarray stack (including MPI) did not link correctly so that a simple test could run.')
endif
exe = executable('hello', 'main.f90',