On Mon, 2025-02-10 at 06:09 -0700, Simon Glass wrote: > Hi, > > On Wed, 29 Jan 2025 at 03:30, Yannic Moog <[email protected]> wrote: > > > > By default, external blobs are faked. Some tests care only about more > > basic functionality. In those cases no external blobs should be faked. > > That would trigger a different (binman) case which is not in scope for > > those particular tests. > > Thus, disable faked blobs for those test cases. > > As before, please keep the non-fake case as the primary one. > > Something else to keep in mind is that the tests should pass with each commit.
Okay, got it. I will adjust that for the next version. > > > > > Signed-off-by: Yannic Moog <[email protected]> > > --- > > tools/binman/ftest.py | 18 +++++++++++------- > > 1 file changed, 11 insertions(+), 7 deletions(-) > > Regards, > Simon

