Skip to content

Commit 1f1dfe2

Browse files
correction to correction to run_test.sh CI_TEST changes
1 parent 4bb67bf commit 1f1dfe2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/run_test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,7 @@ export OMP_ENV=${OMP_ENV:-""}
380380
if [[ ${SCHEDULER} = 'none' ]]; then
381381
ulimit -s unlimited
382382
if [[ ${CI_TEST} = 'true' ]]; then
383-
( eval "${OMP_ENV:+export $OMP_ENV}" ;
384-
redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe )
383+
eval "${OMP_ENV}" redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe
385384
else
386385
redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe
387386
fi

0 commit comments

Comments
 (0)