Skip to content

confTool: add ignoreOrder command line option

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20240228T114320 into 24.0

Add the --ignoreOrder command line option to ignore changes in the order of property values, e.g.:

  confTool.py --ignoreOrder '.*\.HypoTools' --diff cfg1.pkl cfg2.pkl

Also make the tool return a non-zero exit code in case relevant differences where found.

cc @tbold

Merge request reports