commit | c5987ae39df00b061932a8d34bfe02d0969fb548 | [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 | 14866fb38703b4ed72f489971f485ed46471d8da [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>