diff --git a/src/tutorial/runtime/reinstalling.rst b/src/tutorial/runtime/reinstalling.rst index dade9ccb6ce..a4eaf5802b5 100644 --- a/src/tutorial/runtime/reinstalling.rst +++ b/src/tutorial/runtime/reinstalling.rst @@ -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///post_process