Skip to content

Commit

Permalink
Update rt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAndrade-NOAA authored Apr 28, 2024
1 parent 16e0934 commit 1177ae8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Wen Meng, 12/2020, First version.
# Fernando Andrade-Maldonado 5/2023 rework for CLI Options
# Fernando Andrade-Maldonado / Wen Meng 9/2023 Add Hercules, fix typos, and refactor
#
# Fernando Andrade-Maldonado 4/2024 Additional Log info
######################################################################

SECONDS=0
Expand Down Expand Up @@ -269,7 +269,8 @@ EOF

cat rt.log.${machine} | grep "test:" >> rt.log.${machine}.temp
cat rt.log.${machine} | grep "baseline" >> rt.log.${machine}.temp
python ${test_v}/ci/rt-status.py >> rt.log.${machine}.temp
python ${test_v}/ci/rt-status.py >> rt.log.${machine}.temp
echo "===== End of UPP Regression Testing Log =====" >> rt.log.${machine}.temp
mv rt.log.${machine}.temp rt.log.${machine}
mv rt.log.${machine} ${test_v}/tests/logs

Expand Down

0 comments on commit 1177ae8

Please sign in to comment.