Regression test suite: Cloning fails: organization has enabled or enforced SAML SSO

This commit is contained in:
shahramn 2024-07-13 12:50:39 +01:00
parent 1f3aac3b53
commit b8f157f105
1 changed files with 4 additions and 4 deletions

View File

@ -14,13 +14,13 @@ module load python3
version=$(cat $TMPDIR/eccodes/VERSION)
regression_suite_dir=$TMPDIR/eccodes-regression-tests
mkdir -p $regression_suite_dir
git clone git@github.com:ecmwf/eccodes-regression-tests.git $regression_suite_dir
# regression_suite_dir=$TMPDIR/eccodes-regression-tests
# mkdir -p $regression_suite_dir
# git clone git@github.com:ecmwf/eccodes-regression-tests.git $regression_suite_dir
# cd $regression_suite_dir
cd ~masn/REGRESSION_TESTING/ecCodes
./par-suite.sh -w $TMPDIR/install/eccodes/$version
# For debugging specific test(s)
# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t py_
# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t $test_name