Skip to content

Commit 68048c5

Browse files
author
Caspar van Leeuwen
committed
Log the config for this partition, it's nice to have in the logs
1 parent b7676c6 commit 68048c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_suite.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ if [[ $? -eq 1 ]]; then
199199
echo "Constructed partition name based on EESSI_SOFTWARE_SUBDIR and EESSI_ACCELERATOR_TARGET: ${REFRAME_PARTITION_NAME}"
200200
fi
201201

202+
# Log the config for this partition:
203+
reframe --show-config
204+
202205
# Get the subset of test names based on the test mapping and tags (e.g. CI, 1_node)
203206
module_list="module_files.list.txt"
204207
mapping_config="tests/eessi_test_mapping/software_to_tests.yml"

0 commit comments

Comments
 (0)