From cc053f024c00c41c8d5517853ee3ad1283e57f02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Riette?= <sebastien.riette@meteo.fr>
Date: Thu, 16 Nov 2023 18:23:46 +0100
Subject: [PATCH] S. Riette 16 Nov 2023: bf for belenos

---
 tools/check_commit_testprogs.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/check_commit_testprogs.sh b/tools/check_commit_testprogs.sh
index 97c89c21c..44cb3e6d0 100755
--- a/tools/check_commit_testprogs.sh
+++ b/tools/check_commit_testprogs.sh
@@ -352,6 +352,7 @@ if [ $run -ge 1 ]; then
         if [ $perf -eq 1 ]; then
             export DR_HOOK_OPT=prof
             export DR_HOOK=1
+            export DR_HOOK_IGNORE_SIGNALS=-1
         fi
         $TESTDIR/$name/build/with_fcm/arch_${archfile}/build/bin/main_${t}.exe --check > Output_run 2> Stderr_run
         if [ $perf -eq 1 ]; then
-- 
GitLab