commit | 9ce82a50138cdf1ce6329e19cabb33b551561789 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 19 15:14:49 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 05 08:50:15 2021 -0400 |
tree | 43918102e78b3ed6df976014e9add0132743424a | |
parent | e9eeca89bc23c6aa9715e85a384a8d22178a4c0c [diff] |
test: Allow hush tests to run in parallel The -z tests don't really need to be part of the main set. Separate them out so we can drop the test setup/cleans functions and thus run all tests in parallel. Signed-off-by: Simon Glass <sjg@chromium.org>