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 tejlmand committed Apr 16, 2024
1 parent 2f1e2bd commit a058861
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 a058861

Please sign in to comment.