Commit edc99e7
committed
selftest: add file location diagnostic for KCOV local-*.log
The kcov.so destructor should write local-<TID>.log files but they
don't exist in the expected directory. Add:
- pwd before vock run (confirm CWD)
- find / -name 'local-*.log' (find where files actually are)
- ls kerncov.log (check merge output)
This will reveal if files are written to a different directory.
Signed-off-by: Yunseong Kim <yunseong.kim@est.tech>1 parent d2f9311 commit edc99e7
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
278 | | - | |
| 279 | + | |
| 280 | + | |
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
| |||
0 commit comments