Skip to content

Commit

Permalink
[nrf noup] DNM: temp disable platform name validation
Browse files Browse the repository at this point in the history
twister won't exit when wrong names found

Signed-off-by: Maciej Perkowski <[email protected]>
  • Loading branch information
PerMac authored and gmarull committed Apr 19, 2024
1 parent a845632 commit d3c027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pylib/twister/twisterlib/testplan.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ def verify_platforms_existence(self, platform_names_to_verify, log_info=""):
continue
else:
logger.error(f"{log_info} - unrecognized platform - {platform}")
sys.exit(2)
#sys.exit(2)

def create_build_dir_links(self):
"""
Expand Down

0 comments on commit d3c027f

Please sign in to comment.