Skip to content
Snippets Groups Projects
Commit e166a7d9 authored by Thomas Jahns's avatar Thomas Jahns 🤸
Browse files

Prevent core files from XFAIL test.

* On some machines this test will create core files on every
    make check
  if not disallowed with ulimit -c 0.
parent 2368c7b0
No related branches found
No related tags found
No related merge requests found
#! @SHELL@
[ x"@MPI_LAUNCH@" != xtrue ] || exit 77
ulimit -c 0
@abs_top_builddir@/libtool --mode=execute \
@MPI_LAUNCH@ -n 1 @abs_builddir@/test_xmap_all2all_fail -s small \
>/dev/null 2>&1 \
......
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