From 9e9e5b3fabd88c429c4632baa8235187129e2dd7 Mon Sep 17 00:00:00 2001 From: Philippe Blain Date: Mon, 19 Feb 2024 14:08:37 -0500 Subject: [PATCH] ug_testing.rst: also mention checking the base suite results (#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 --- doc/source/user_guide/ug_testing.rst | 5 +++++ 1 file changed, 5 insertions(+) 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