Commit 54199bf
committed
[CI] issue: HPCINFRA-3937 Terminate Valgrind gracefully
Valgrind today is being terminated with -9 which prevents it from
printing all the summaries at the end which are needed for debuging.
Change -9 signal to -SIGINT af the first try of shutting down Valgrind
Signed-off-by: NirWolfer <[email protected]>1 parent d9d85e9 commit 54199bf
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | | - | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
0 commit comments