Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Nov 19, 2024
1 parent c92a0d1 commit 2ab17f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/UsersGuide/source/HSDcontainer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ Check Experiment Output
If the experiment completes successfully, the loop will exit with output similar to the following:

.. code-block:: console
:emphasize-lines: 1, 2, 11
Rocoto workflow has completed.
+ return 0
Expand All @@ -349,7 +350,7 @@ If the experiment completes successfully, the loop will exit with output similar
+ TEST_END_TIME='20241115 16:43:41'
+ export TEST_END_TIME
+ python -c 'import create_log; create_log.finish_log()'
running: /usr/bin/singularity exec --env-file /scratch1/NCEPDEV/stmp4/Edward.Snyder/hsd-test/new-cont/ufs-weather-model/container-scripts/ufswm.env -B /scratch1:/scratch1 /scratch1/NCEPDEV/stmp4/Edward.Snyder/hsd-test/new-cont/ubuntu22.04-intel-wm-dev-hsd-test.img python tmp_arg_file.py
running: /usr/bin/singularity exec --env-file /scratch1/NCEPDEV/stmp4/User.Name/hsd-test/new-cont/ufs-weather-model/container-scripts/ufswm.env -B /scratch1:/scratch1 /scratch1/NCEPDEV/stmp4/User.Name/hsd-test/new-cont/ubuntu22.04-intel-wm-dev-hsd-test.img python tmp_arg_file.py
Performing Cleanup...
REGRESSION TEST RESULT: SUCCESS
+ echo 'ufs_test.sh finished'
Expand All @@ -358,7 +359,7 @@ If the experiment completes successfully, the loop will exit with output similar
++ awk '{print $2}'
+ PID_LOCK=2947803
+ [[ 2947803 == \2\9\4\7\8\0\3 ]]
+ rm -rf /scratch1/NCEPDEV/stmp4/Edward.Snyder/hsd-test/new-cont/ufs-weather-model/tests-dev/lock
+ rm -rf /scratch1/NCEPDEV/stmp4/User.Name/hsd-test/new-cont/ufs-weather-model/tests-dev/lock
+ [[ false == true ]]
+ trap 0
+ exit
Expand Down

0 comments on commit 2ab17f1

Please sign in to comment.