From 2548f7806cc7a8f49796e1d1924b1b2038191cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Riette?= <sebastien.riette@meteo.fr> Date: Fri, 16 Dec 2022 15:08:53 +0100 Subject: [PATCH] S. Riette 16 Dec 2022: update ref commit in check_commit_testprogs --- tools/check_commit_testprogs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/check_commit_testprogs.sh b/tools/check_commit_testprogs.sh index e539619bd..e093bf8a0 100755 --- a/tools/check_commit_testprogs.sh +++ b/tools/check_commit_testprogs.sh @@ -11,10 +11,10 @@ set -e #ref is commit 855b8f8 for ice_adjust, rain_ice #ref is commit 4171c53 for turb +#ref is commit 7e44ab1 for shallow -#Commit 4171c53 can be used for turb (ref commit for this testprogs), and for -#rain_ice and ice_adjust (as it gives the same results as commit 855b8f8 -#for these test cases). +#Commit 7e44ab1 can be used for shallow (ref commit for this testprogs), and for +#turb, rain_ice and ice_adjust (as it gives the same results for these test cases). specialName="ref" availTests="ice_adjust,rain_ice,turb,shallow" -- GitLab