Commit 2815849
committed
fix(wpss_remoteproc): ensure .res file is created on fail_and_exit paths
- Replaced usage of `fail_and_exit` with explicit logging and .res file creation
- Ensures that all failure exit paths write the expected result file (e.g., wpss_remoteproc.res)
- Fixes issue where send-to-lava.sh reports missing result file due to early script exit without writing status
- Also avoids silent test failures being marked incomplete by CI infrastructure
Signed-off-by: Srikanth Muppandam <[email protected]>1 parent eb98001 commit 2815849
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
177 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
178 | 181 | | |
179 | | - | |
180 | | - | |
181 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
| |||
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| 206 | + | |
203 | 207 | | |
204 | 208 | | |
205 | 209 | | |
| |||
0 commit comments