Skip to content

Commit

Permalink
Shelcheck warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Aug 6, 2024
1 parent 3ff2c92 commit a0bd6a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ if [[ ${skip_check_results} == false ]]; then
if [[ -f ${RUNDIR}/${i} ]] ; then
mkdir -p "${NEW_BASELINE}/${CNTL_DIR}_${RT_COMPILER}/$(dirname "${i}")"
cp "${RUNDIR}/${i}" "${NEW_BASELINE}/${CNTL_DIR}_${RT_COMPILER}/${i}"
# cp "${RUNDIR}/${i}" "${NEW_BASELINE}/${CNTL_DIR}_${RT_COMPILER}_doesntexist/${i}"
echo "....OK" >> "${RT_LOG}"
echo "....OK"
else
Expand All @@ -506,10 +505,10 @@ if [[ ${skip_check_results} == false ]]; then
grep "The total amount of wall time" "${RUNDIR}/out"
grep "The maximum resident set size" "${RUNDIR}/out"
echo
echo "Test ${TEST_ID} ${test_status}"
echo
} >> "${RT_LOG}"

echo "Test ${TEST_ID} ${test_status}" >> "${RT_LOG}"
echo >> "${RT_LOG}"
echo "Test ${TEST_ID} ${test_status}"
echo

Expand Down

0 comments on commit a0bd6a1

Please sign in to comment.