Skip to content

Commit

Permalink
Update run_test.sh. Call write_fail_test if test files in check_results
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Aug 19, 2024
1 parent a0ca819 commit 84ab299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ if [[ ${skip_check_results} == false ]]; then

if [[ ${test_status} = 'FAIL' ]]; then
echo "${TEST_ID} failed in check_result" >> "${PATHRT}/fail_test_${TEST_ID}"
write_fail_test
fi

else
Expand Down

0 comments on commit 84ab299

Please sign in to comment.