From 1f1dfe2db91e94e713419b6ca8f1bbf0ae86024f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 12 Jul 2024 21:05:06 +0000 Subject: [PATCH] correction to correction to run_test.sh CI_TEST changes --- tests/run_test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/run_test.sh b/tests/run_test.sh index 18099c80e4..ace4fd0cf1 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -380,8 +380,7 @@ export OMP_ENV=${OMP_ENV:-""} if [[ ${SCHEDULER} = 'none' ]]; then ulimit -s unlimited if [[ ${CI_TEST} = 'true' ]]; then - ( eval "${OMP_ENV:+export $OMP_ENV}" ; - redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe ) + eval "${OMP_ENV}" redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe else redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe fi