Re: [PATCH] binman: Don't change the descriptor in tests

2020-07-26 Thread Simon Glass
On Sat, 25 Jul 2020 at 15:24, Simon Glass wrote: > > At present testPackX86RomMeNoDesc removes the contents of the > descriptor.bin file and testPackX86RomMeMissingDesc removes the file > completely. > > If a test that relies on this file happens to run after it is removed, it > will not work. Sin

[PATCH] binman: Don't change the descriptor in tests

2020-07-25 Thread Simon Glass
At present testPackX86RomMeNoDesc removes the contents of the descriptor.bin file and testPackX86RomMeMissingDesc removes the file completely. If a test that relies on this file happens to run after it is removed, it will not work. Since we have no control over the selecting of tests that run in p