Skip to content

Commit

Permalink
adding tests/cunit/run_tests.sh.in
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 25, 2020
1 parent e4fb33c commit db613c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cunit/run_tests.sh → tests/cunit/run_tests.sh.in
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for TEST in $PIO_TESTS
do
success1=false
echo "running ${TEST}"
mpiexec -n 4 ./${TEST} && success1=true
@MPIEXEC@ -n 4 ./${TEST} && success1=true
if test $success1 = false; then
break
fi
Expand All @@ -38,7 +38,7 @@ for TEST in $PIO_TESTS_8
do
success2=false
echo "running ${TEST}"
mpiexec -n 8 ./${TEST} && success2=true
@MPIEXEC@ -n 8 ./${TEST} && success2=true
if test $success2 = false; then
break
fi
Expand Down

0 comments on commit db613c3

Please sign in to comment.