mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
There are a number of runtime tests that checks that a command fails as expected, so add an assertRunNotOk() similar to the existing assertRunOk() to handle that instead of open coding it everywhere. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Fiona Klute <fiona.klute@gmx.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>