Skip to content

Commit

Permalink
Minor tweaks for cpld_gridgen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Feb 28, 2025
1 parent c08a932 commit 389bd38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ush/cpld_gridgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ check_results() {
fi
}

echo top of cpld_gridgen.sh
set +x
echo BEGIN cpld_gridgen.sh
set -x

cd $RUNDIR

Expand Down Expand Up @@ -184,4 +186,5 @@ check_results

elapsed_time=$( printf '%02dh:%02dm:%02ds\n' $((SECONDS%86400/3600)) $((SECONDS%3600/60)) $((SECONDS%60)) )
echo "Elapsed time: ${elapsed_time}. Have a nice day!" >> $PATHRT/${REGRESSIONTEST_LOG}
set +x
echo "Elapsed time: ${elapsed_time}. Have a nice day!"

0 comments on commit 389bd38

Please sign in to comment.