gaudirun.py -v -n bug_36742.pkl gaudi.bug_36742PASS conf_dict = eval('\n'.join(stdout.splitlines())) expected = {'MyAlg': {'MyOpt': 1}, 'OtherAlg': {'OtherOpt': 1}} if conf_dict != expected: causes.append("configuration result") from pprint import PrettyPrinter pp = PrettyPrinter() result["GaudiTest.configuration.expected"] = result.Quote(pp.pformat(expected)) result["GaudiTest.configuration.found"] = result.Quote(pp.pformat(conf_dict)) true