Commit bbcfa06
committed
issue #10866 Exiting with exit code 1, no warnings, no errors when executed on Github Action
Giving a message together with the "Exiting..." text with reference to the warnings log file so the user knows where to look for the reason of termination.
Replacing the `err` function at the appropriate places with `term`
Th message was also necessary when using `WARN_AS_ERROR = YES`1 parent 6374856 commit bbcfa06
2 files changed
+17
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11563 | 11563 | | |
11564 | 11564 | | |
11565 | 11565 | | |
11566 | | - | |
11567 | | - | |
11568 | | - | |
| 11566 | + | |
11569 | 11567 | | |
11570 | 11568 | | |
11571 | 11569 | | |
| |||
11816 | 11814 | | |
11817 | 11815 | | |
11818 | 11816 | | |
11819 | | - | |
11820 | | - | |
11821 | | - | |
11822 | | - | |
| 11817 | + | |
| 11818 | + | |
11823 | 11819 | | |
11824 | 11820 | | |
11825 | 11821 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
148 | 152 | | |
149 | 153 | | |
150 | 154 | | |
| |||
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
162 | 171 | | |
163 | 172 | | |
164 | 173 | | |
| |||
283 | 292 | | |
284 | 293 | | |
285 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
286 | 300 | | |
287 | 301 | | |
288 | 302 | | |
| |||
0 commit comments