From 7fd613ef0105c5963d6d87cca4743fbdc3e5c390 Mon Sep 17 00:00:00 2001 From: Samuel Moors Date: Wed, 6 May 2026 13:39:04 +0200 Subject: [PATCH] fix hostname in get_process_binding.sh script --- eessi/testsuite/get_process_binding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi/testsuite/get_process_binding.sh b/eessi/testsuite/get_process_binding.sh index 19a1533f..e2942638 100755 --- a/eessi/testsuite/get_process_binding.sh +++ b/eessi/testsuite/get_process_binding.sh @@ -9,4 +9,4 @@ if [[ -z $binding ]]; then binding=$(hwloc-calc -p -H package.core.pu "$hwlocbind") fi -echo "$HOSTNAME $binding" +echo "$(hostname) $binding"