Hi Tom, On Wed, 18 Oct 2023 at 20:32, Tom Rini <tr...@konsulko.com> wrote: > > On Mon, Oct 16, 2023 at 04:28:23PM -0600, Simon Glass wrote: > > > Now that everything is working, add a test to make sure that this > > builds correctly. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > Reviewed-by: Tom Rini <tr...@konsulko.com> > > --- > > > > Changes in v3: > > - Rebase on Tom's LONGHELP series > > - Correct 'of' typo > > > > test/py/tests/test_sandbox_opts.py | 20 ++++++++++++++++++++ > > 1 file changed, 20 insertions(+) > > create mode 100644 test/py/tests/test_sandbox_opts.py > > This is not doing the equivalent of: > make sandbox_config > sed -i -e 's/CONFIG_CMDLINE=y/CONFIG_CMDLINE=n/' .config > make oldconfig > make all
Buildman should do that automatically...is something failing? Regards, Simon