gaudirun.py -v -n -poptions.pkl # Add the fake configurables to the path from Gaudi.Configuration import * import Test_confDb # only the _merge_confDb.py in InstallArea/python/* are used automatically #------------------------------------------------------------------------------\ # https://savannah.cern.ch/bugs/?43065 from Configurables import MyTestTool MyTestTool().PubToolHndl = "Public1" MyTestTool().PrivToolHndl = "Pivate1" MyTestTool().PrivEmptyToolHndl = "" #------------------------------------------------------------------------------/ true