Skip to content

Commit c098edb

Browse files
authored
fix suite_report details (#521)
1 parent 297e147 commit c098edb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/Development/testing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,15 @@ included when passing a pull request for review.
217217
.. tip::
218218

219219
If your suite has finished and no trac.log has been generated then it is
220-
possible to do so manually using `suite_report.py
221-
<https://github.com/MetOffice/SimSys_Scripts/blob/main/suite_report.py>`__
220+
possible to do so manually using `suite_report_git.py
221+
<https://github.com/MetOffice/SimSys_Scripts/blob/main/github_scripts/suite_report_git.py>`__
222222

223223
On Met Office desktops a copy is stored locally allowing this to be done
224224
with:
225225

226226
.. code-block:: shell
227227
228-
python3 $UMDIR/SimSys_Scripts/suite_report_git/suite_report_git.py -S <workflow path>
228+
python3 $UMDIR/SimSys_Scripts/github_scripts/suite_report_git.py -S <workflow path>
229229
230230
If this is a regular problem then get in touch with the :ref:`SSD team
231231
<simIT>` so we can investigate. Thanks.

0 commit comments

Comments
 (0)