We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef6e73 commit b8ba251Copy full SHA for b8ba251
tests/run_compile.sh
@@ -82,10 +82,7 @@ if [[ ${ROCOTO} = 'false' ]]; then
82
submit_and_wait job_card
83
else
84
chmod u+x job_card
85
- ( ./job_card 2>&1 1>&3 3>&- | tee err ) 3>&1 1>&2 | tee out
86
- # The above shell redirection copies stdout to "out" and stderr to "err"
87
- # while still sending them to stdout and stderr. It does this without
88
- # relying on bash-specific extensions or non-standard OS features.
+ redirect_out_err ./job_card
89
fi
90
#ls -l "${PATHTR}/tests/fv3_${COMPILE_ID}.exe"
91
0 commit comments