mirror of https://github.com/ecmwf/eccodes.git
Regression test suite: For tests use the git repo and for DATA/REF point to elsewhere
This commit is contained in:
parent
86dc278ee3
commit
ec1a3a10f5
|
@ -18,13 +18,13 @@ version=$(cat $TMPDIR/eccodes/VERSION)
|
||||||
# The environment variable "GH_TOKEN" needs to be there for the clone to succeed
|
# The environment variable "GH_TOKEN" needs to be there for the clone to succeed
|
||||||
#
|
#
|
||||||
|
|
||||||
#regression_suite_dir=$TMPDIR/eccodes-regression-tests
|
regression_suite_dir=$TMPDIR/eccodes-regression-tests
|
||||||
#mkdir -p $regression_suite_dir
|
mkdir -p $regression_suite_dir
|
||||||
#git clone https://${GH_TOKEN}@github.com/ecmwf/eccodes-regression-tests.git $regression_suite_dir
|
git clone https://${GH_TOKEN}@github.com/ecmwf/eccodes-regression-tests.git $regression_suite_dir
|
||||||
#cd $regression_suite_dir
|
cd $regression_suite_dir
|
||||||
|
|
||||||
# Launch the regression tests in parallel (This script uses GNU parallel)
|
# 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
|
./par-suite.sh -w $TMPDIR/install/eccodes/$version
|
||||||
|
|
||||||
# For debugging specific test(s)
|
# For debugging specific test(s)
|
||||||
|
|
Loading…
Reference in New Issue