Commit c3c6aa8e authored by Robert Schmidt's avatar Robert Schmidt

Add Cppcheck_Analysis action, make unknown action no fail

parent 8de2578b
......@@ -463,11 +463,12 @@ def GetParametersFromXML(action):
elif action == 'LicenceAndFormattingCheck':
pass
elif action == 'Cppcheck_Analysis':
pass
else:
logging.error(f"unknown action {action}, abort")
exit(1)
logging.error(f"unknown action {action}")
#check if given test is in list
#it is in list if one of the strings in 'list' is at the beginning of 'test'
......
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