Skip to content

Commit

Permalink
Fix bug that determines whether tests pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed May 9, 2022
1 parent 1f8b0b4 commit 5b85697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ done
echo "Commit hash: ${current_hash}" >> ${WORK_DIR}/reg_test_results.txt
echo "" >> ${WORK_DIR}/reg_test_results.txt

success=true
for dir in cpld_gridgen chgres_cube grid_gen global_cycle ice_blend snow2mdl; do
success=true
if grep -qi "FAILED" ${dir}/summary.log; then
success=false
echo "${dir} consistency tests FAILED" >> ${WORK_DIR}/reg_test_results.txt
Expand Down

0 comments on commit 5b85697

Please sign in to comment.