diff --git a/source/Reviewers/howtocommit.rst b/source/Reviewers/howtocommit.rst index 16e9c34..15d5db7 100644 --- a/source/Reviewers/howtocommit.rst +++ b/source/Reviewers/howtocommit.rst @@ -140,7 +140,7 @@ then you will need to upgrade the test-suite. .. code-block:: RST - ~frum/bin/update_all.py --path=/path/to/working/copy/of/trunk --um=vnXX.Y_tZZZZ [--jules-path=/path/to/working/copy/of/jules/trunk] + ./admin/rose-stem/update_all.py --path=/path/to/working/copy/of/trunk --um=vnXX.Y_tZZZZ [--jules-path=/path/to/working/copy/of/jules/trunk] where `-\-um=vnXX.Y_tZZZZ` is the `AFTER_TAG` of the latest upgrade macro. diff --git a/source/WorkingPractices/testing.rst b/source/WorkingPractices/testing.rst index 5a43515..b1eab2e 100644 --- a/source/WorkingPractices/testing.rst +++ b/source/WorkingPractices/testing.rst @@ -74,11 +74,11 @@ commands, noting that ``--jules-path`` is only required if you have **jules-shared** metadata changes. Please see the shared metadata :ref:`guidance`. -+-------+------------------------------------------------------------------------------------------------------------------------------------------------+ -| UM | ``$UMDIR/bin/update_all.py --path=/path/to/working/copy/of/test/branch --um=vnX.X_tXXXX [--jules-path=/path/to/jules/working/copy/of/branch]`` | -+-------+------------------------------------------------------------------------------------------------------------------------------------------------+ -| JULES | ``./bin/upgrade_jules_test_apps vnX.X_tXXXX`` | -+-------+------------------------------------------------------------------------------------------------------------------------------------------------+ ++-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| UM | ``./admin/rose-stem/update_all.py --path=/path/to/working/copy/of/test/branch --um=vnX.X_tXXXX [--jules-path=/path/to/jules/working/copy/of/branch]`` | ++-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| JULES | ``./bin/upgrade_jules_test_apps vnX.X_tXXXX`` | ++-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. | LFRic | *Macro capabilities are currently in development* | @@ -136,4 +136,4 @@ included when passing a ticket for review. python3 $UMDIR/SimSys_Scripts/suite_report.py -S If this is a regular problem then get in touch with the :ref:`SSD team ` so we can - investigate. Thanks. \ No newline at end of file + investigate. Thanks.