diff --git a/doc/source/user_guide/ug_testing.rst b/doc/source/user_guide/ug_testing.rst index e382eba17..6867214b5 100644 --- a/doc/source/user_guide/ug_testing.rst +++ b/doc/source/user_guide/ug_testing.rst @@ -1153,6 +1153,11 @@ Below is an example of a step-by-step procedure for testing a code change that m ./cice.setup -m onyx -e intel --suite base_suite --testid base0 --bgen cice.my.baseline + # Check the results + + cd testsuite.base0 + ./results.csh + # Run the test suite with the new code # git clone the new code