We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7676c6 commit 68048c5Copy full SHA for 68048c5
test_suite.sh
@@ -199,6 +199,9 @@ if [[ $? -eq 1 ]]; then
199
echo "Constructed partition name based on EESSI_SOFTWARE_SUBDIR and EESSI_ACCELERATOR_TARGET: ${REFRAME_PARTITION_NAME}"
200
fi
201
202
+# Log the config for this partition:
203
+reframe --show-config
204
+
205
# Get the subset of test names based on the test mapping and tags (e.g. CI, 1_node)
206
module_list="module_files.list.txt"
207
mapping_config="tests/eessi_test_mapping/software_to_tests.yml"
0 commit comments