Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
wxtim and MetRonnie authored Oct 28, 2022
1 parent bc76f21 commit 4a798dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tutorial/runtime/reinstalling.rst
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ Fixing and Reloading Workflows
- script = post-process $CYLC_TASK_PARAM_site 60
+ script = exit 1
#. **Install, Play and Inspect the workflow**
#. **Install, Play and inspect the workflow**

And check that ``post_process`` fails.

@@ -76,7 +76,9 @@ Fixing and Reloading Workflows
cylc validate # always good practice
cylc install
cylc play cylc-forecasting-workflow
# Either view in TUI or GUI, or run:
cylc cat-log cylc-forecasting-workflow
# Inspect job log for failed task:
cylc cat-log cylc-forecasting-workflow//<cycle point>/post_process

0 comments on commit 4a798dd

Please sign in to comment.