Commit c0788a7
committed
ci: force regeneration of testdata.json for testimage
The test phase was failing with:
ERROR: File .../core-image-minimal-*.rootfs.testdata.json not found
This happens because testdata.json is generated during image build,
but the test phase modifies IMAGE_INSTALL after the build phase.
Solution: Force regeneration of testdata_json task before running testimage.
This ensures the JSON reflects the actual packages in the test image.1 parent 3b1cc66 commit c0788a7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| 293 | + | |
293 | 294 | | |
294 | | - | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
0 commit comments