File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ source ${base_dir}/init/eessi_defaults
21
21
./run_in_compat_layer_env.sh " git clone https://github.com/EESSI/test-suite EESSI-test-suite"
22
22
23
23
# Run the test suite
24
- ./test_suite.sh
24
+ ./test_suite.sh " $@ "
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ POSITIONAL_ARGS=()
23
23
while [[ $# -gt 0 ]]; do
24
24
case $1 in
25
25
-g|--generic)
26
- EASYBUILD_OPTARCH= " GENERIC "
26
+ DETECTION_PARAMETERS= " --generic "
27
27
shift
28
28
;;
29
29
-h|--help)
@@ -75,10 +75,9 @@ TMPDIR=$(mktemp -d)
75
75
76
76
echo " >> Setting up environment..."
77
77
module --force purge
78
- # Make sure defaults are set for EESSI_CVMFS_REPO and EESSI_VERSION, before initializing EESSI
79
- source $TOPDIR /init/eessi_defaults
80
- # Initialize EESSI
81
- source ${EESSI_CVMFS_REPO} /versions/${EESSI_VERSION} /init/bash
78
+ export EESSI_SOFTWARE_SUBDIR_OVERRIDE=$( python3 $TOPDIR /eessi_software_subdir.py $DETECTION_PARAMETERS )
79
+
80
+ source $TOPDIR /init/bash
82
81
83
82
# Load the ReFrame module
84
83
# Currently, we load the default version. Maybe we should somehow make this configurable in the future?
You can’t perform that action at this time.
0 commit comments