commit | ad9504793622c3c745460572b236109e2d69bae4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:55:52 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:38 2019 +0800 |
tree | 18ed87938d19f6a459ffb18d3cf876149a0f5358 | |
parent | fe9a967925521c78fb52621ee760ead381a80cb7 [diff] |
dm: test: Don't fail when tests are skipped due to build At present tests that are marked as only for livetree fail when executed on sandbox_flattree. They cannot actually be executed, but we should not resport them as 'not found', since this causes errors. Instead, they should be silently skipped. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>