Commit 5412ecf
[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 eee1d44 commit 5412ecf
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | | - | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
0 commit comments