buildman: Move dry-run handling higher in do_buildman()
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:37 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commitf0207d77b56772d83256d4eaa0729b4d0652f4ca
tree59fd98fcfda5a3fc81dd16e33bfa791342b6ee8d
parentd233dfb07d43ddc75458796d4f7b14d5eb3093d0
buildman: Move dry-run handling higher in do_buildman()

Move this up above where the builder is created, since it no-longer makes
use of the builder.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py