Skip to content

Commit

Permalink
ug_testing.rst: also mention checking the base suite results (#934)
Browse files Browse the repository at this point in the history
In the "End-To-End Testing Procedure" section of the user guide, we
instruct users to run a base suite and a test suite, but only mention
checking the results of the test suite.

Also mention checking the results of the base suite first, to make sure
everything passes before checking the test suite.

Suggested-by: Jean-Francois Lemieux <[email protected]>
  • Loading branch information
phil-blain committed Feb 19, 2024
1 parent 095e62a commit 9e9e5b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/source/user_guide/ug_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e9e5b3

Please sign in to comment.