From c6e0cc29a7badc4d32bc9eca45e9976bd7fe55fc Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 4 Sep 2024 10:52:17 +0200 Subject: [PATCH] Remove old comment --- test_suite.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test_suite.sh b/test_suite.sh index f42c164872..31f85f60fd 100755 --- a/test_suite.sh +++ b/test_suite.sh @@ -173,7 +173,6 @@ else fi echo "Detected available memory: ${cgroup_mem_mib} MiB" -# echo "Replacing detected system information in template ReFrame config file..." cp ${RFM_CONFIG_FILE_TEMPLATE} ${RFM_CONFIG_FILES} echo "Replacing memory limit in the ReFrame config file with the detected CGROUP memory limit: ${cgroup_mem_mib} MiB" sed -i "s/__MEM_PER_NODE__/${cgroup_mem_mib}/g" $RFM_CONFIG_FILES