mirror of https://github.com/ecmwf/eccodes.git
Add version to nightly ci install path
This commit is contained in:
parent
0c614bc926
commit
33c0e268cf
|
@ -12,8 +12,10 @@ module load netcdf4/new
|
||||||
module load gnuparallel/new
|
module load gnuparallel/new
|
||||||
module load python3
|
module load python3
|
||||||
|
|
||||||
|
version=$(cat $TMPDIR/eccodes/VERSION)
|
||||||
|
|
||||||
cd ~masn/REGRESSION_TESTING/ecCodes
|
cd ~masn/REGRESSION_TESTING/ecCodes
|
||||||
./par-suite.sh -w $TMPDIR/install/eccodes
|
./par-suite.sh -w $TMPDIR/install/eccodes/$version
|
||||||
|
|
||||||
# For debugging specific test(s)
|
# For debugging specific test(s)
|
||||||
# ./seq-suite.sh -w $TMPDIR/install/eccodes -d -t py_
|
# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t py_
|
||||||
|
|
Loading…
Reference in New Issue