From 236f1a546bc7b9820ce00d53a6f41e4f766c7efd Mon Sep 17 00:00:00 2001 From: "Kate.Friedman" Date: Thu, 11 Jan 2024 13:43:12 +0000 Subject: [PATCH] Change ROTDIR to COMROOT in CI check script Refs #2061 --- ci/scripts/run-check_ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/scripts/run-check_ci.sh b/ci/scripts/run-check_ci.sh index 00130d522e..5a909c1c64 100755 --- a/ci/scripts/run-check_ci.sh +++ b/ci/scripts/run-check_ci.sh @@ -12,12 +12,12 @@ pslot=${2:-${pslot:-?}} # Name of the experiment being tested by this scr # TEST_DIR contains 2 directories; # 1. HOMEgfs: clone of the global-workflow -# 2. RUNTESTS: A directory containing EXPDIR and ROTDIR for experiments +# 2. RUNTESTS: A directory containing EXPDIR and COMROOT for experiments # # e.g. $> tree ./TEST_DIR # ./TEST_DIR # ├── HOMEgfs # └── RUNTESTS -# ├── ROTDIR +# ├── COMROOT # │   └── ${pslot} # └── EXPDIR # └── ${pslot}