commit | 59cad96417b6d1881cd7cb6c3ddd5922b611f00e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 07 17:34:55 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 09:57:30 2021 -0500 |
tree | 04bebac4f5049500b744148a4dce8933c2a0053c | |
parent | 2b566b9cf66c0f036b9958ef07a6f8ae50b9ca35 [diff] |
test: Move delay skipping to test_pre_run() This allows delays to be skipped in sandbox tests. Move it to the common pre-init function. Signed-off-by: Simon Glass <sjg@chromium.org>