mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-14 02:07:50 -06:00
Tweak tests, consolidate pins target validation (#21254)
This commit is contained in:
parent
f56929d0df
commit
3ea56ba4c7
220 changed files with 631 additions and 509 deletions
|
@ -49,8 +49,7 @@ config = env.GetProjectConfig()
|
|||
result = check_envs("env:"+build_env, base_envs, config)
|
||||
|
||||
if not result:
|
||||
err = "Error: your selected build environment '%s' is not compatible with MOTHERBOARD=%s in Configuration.h. " \
|
||||
"Please use one of compatible build environments for this board: %s" % \
|
||||
err = "Error: Build environment '%s' is incompatible with %s. Use one of these: %s" % \
|
||||
(build_env, motherboard, ",".join([e[4:] for e in base_envs if e.startswith("env:")]))
|
||||
raise SystemExit(err)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue