Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GOSI9esm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Consortium Members
UKMO
GOSI
GOSI9esm
Commits
6d22d653
Commit
6d22d653
authored
2 years ago
by
Simon Mueller
Committed by
Andrew Coward
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Generic configuration coverage in SETTE test reports" (2)
parent
77f25f31
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sette/sette.sh
+3
-3
3 additions, 3 deletions
sette/sette.sh
with
3 additions
and
3 deletions
sette/sette.sh
+
3
−
3
View file @
6d22d653
...
@@ -253,11 +253,11 @@ if [ ! -d $NEMO_VALIDATION_DIR/$SETTE_SUB_VAL ] && [ ${dry_run} -eq 0 ] ; then
...
@@ -253,11 +253,11 @@ if [ ! -d $NEMO_VALIDATION_DIR/$SETTE_SUB_VAL ] && [ ${dry_run} -eq 0 ] ; then
fi
fi
export
NEMO_VALIDATION_DIR
=
$NEMO_VALIDATION_DIR
/
$SETTE_SUB_VAL
export
NEMO_VALIDATION_DIR
=
$NEMO_VALIDATION_DIR
/
$SETTE_SUB_VAL
TEST_CONFIGS
=
"
${
TEST_CONFIGS
/ORCA2_SAS_ICE/SAS
}
"
# Shortening of 'ORCA2_SAS_ICE' to 'SAS'
TEST_CONFIGS
=
(
${
TEST_CONFIGS
[@]
/ORCA2_SAS_ICE/SAS
}
)
# Shortening of 'ORCA2_SAS_ICE' to 'SAS'
TEST_CONFIGS
=
"
${
TEST_CONFIGS
/AGRIF_DEMO/AGRIF
}
"
# Shortening of 'AGRIF_DEMO' to 'AGRIF'
TEST_CONFIGS
=
(
${
TEST_CONFIGS
[@]
/AGRIF_DEMO/AGRIF
}
)
# Shortening of 'AGRIF_DEMO' to 'AGRIF'
if
[
${#
SETTE_TEST_CONFIGS
[@]
}
-eq
0
]
;
then
if
[
${#
SETTE_TEST_CONFIGS
[@]
}
-eq
0
]
;
then
echo
"=================================="
echo
"=================================="
echo
"Configurations
$TEST_CONFIGS
will be tested if they are available"
echo
"Configurations
$
{
TEST_CONFIGS
[@]
}
will be tested if they are available"
fi
fi
echo
"Carrying out the following tests :
${
TEST_TYPES
[@]
}
"
echo
"Carrying out the following tests :
${
TEST_TYPES
[@]
}
"
echo
"requested by the command : "
$cmd
$cmdargs
echo
"requested by the command : "
$cmd
$cmdargs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment