On Tue, 18 Aug 2020 15:04:21 +0200 Marc Hartmayer <mhartmay@xxxxxxxxxxxxx> wrote: > It's only useful to run `cmd` in `for_each_unittest` if a test case > was found. This change allows us to remove the guards from the > functions `run_task` and `mkstandalone`. > > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx> > Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxx> > --- > run_tests.sh | 3 --- > scripts/common.bash | 8 ++++++-- > scripts/mkstandalone.sh | 4 ---- > 3 files changed, 6 insertions(+), 9 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>