Regression test suite: For tests use the git repo and for DATA/REF point to elsewhere

This commit is contained in:
shahramn 2024-07-31 15:32:54 +01:00
parent 86dc278ee3
commit ec1a3a10f5
1 changed files with 5 additions and 5 deletions

View File

@ -18,13 +18,13 @@ version=$(cat $TMPDIR/eccodes/VERSION)
# The environment variable "GH_TOKEN" needs to be there for the clone to succeed
#
#regression_suite_dir=$TMPDIR/eccodes-regression-tests
#mkdir -p $regression_suite_dir
#git clone https://${GH_TOKEN}@github.com/ecmwf/eccodes-regression-tests.git $regression_suite_dir
#cd $regression_suite_dir
regression_suite_dir=$TMPDIR/eccodes-regression-tests
mkdir -p $regression_suite_dir
git clone https://${GH_TOKEN}@github.com/ecmwf/eccodes-regression-tests.git $regression_suite_dir
cd $regression_suite_dir
# Launch the regression tests in parallel (This script uses GNU parallel)
cd ~masn/REGRESSION_TESTING/ecCodes
# cd ~masn/REGRESSION_TESTING/ecCodes
./par-suite.sh -w $TMPDIR/install/eccodes/$version
# For debugging specific test(s)