Skip to content

Commit

Permalink
ug_testing.rst: also mention checking the base suite results (CICE-Co…
Browse files Browse the repository at this point in the history
…nsortium#934)

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 authored and DeniseWorthen committed Apr 7, 2024
1 parent 361b4f7 commit 30ea25b
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 30ea25b

Please sign in to comment.