Commit c3c6aa8e authored by Robert Schmidt's avatar Robert Schmidt

Add Cppcheck_Analysis action, make unknown action no fail

parent 8de2578b
...@@ -463,10 +463,11 @@ def GetParametersFromXML(action): ...@@ -463,10 +463,11 @@ def GetParametersFromXML(action):
elif action == 'LicenceAndFormattingCheck': elif action == 'LicenceAndFormattingCheck':
pass pass
else: elif action == 'Cppcheck_Analysis':
logging.error(f"unknown action {action}, abort") pass
exit(1)
else:
logging.error(f"unknown action {action}")
#check if given test is in list #check if given test is in list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment