commit | d5774594974307b5eae0b49928920046db02a5cc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 09:34:12 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 02 17:45:58 2023 -0500 |
tree | ee3055dce18cec44e42d3f61da87bbde4c7df69c | |
parent | 3b510807f59d6602df5b3de3ac5c2f8f6e1bd265 [diff] |
test: Tidy up sandbox handling in test-main This is pretty messy at present since it relies on a SPL_SANDBOX option that does not exist. Use the normal options instead, so that it will work with split config. Signed-off-by: Simon Glass <sjg@chromium.org>