Skip to content

Commit

Permalink
restored test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed May 6, 2020
1 parent 8365a2c commit ed7c53a
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions tests/cunit/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,17 @@ do
fi
done

PIO_TESTS_8=''
#PIO_TESTS_8='test_async_multi2 test_async_manyproc'

#for TEST in $PIO_TESTS_8
#do
# success2=false
# echo "running ${TEST}"
# mpiexec -n 8 ./${TEST} && success2=true
# if test $success2 = false; then
# break
# fi
#done
success2=true
PIO_TESTS_8='test_async_multi2 test_async_manyproc'

for TEST in $PIO_TESTS_8
do
success2=false
echo "running ${TEST}"
mpiexec -n 8 ./${TEST} && success2=true
if test $success2 = false; then
break
fi
done

# Did we succeed?
if test x$success1 = xtrue -a x$success2 = xtrue; then
Expand Down

0 comments on commit ed7c53a

Please sign in to comment.