# We want to catch/print both container additions/subtractions as well as
...
...
@@ -375,7 +417,7 @@ def main():
parser.add_option("-r","--ref",type="string",dest="ref",default=None,help="define a particular reference release")
parser.add_option("-v","--val",type="string",dest="val",default=None,help="define a particular validation release")
parser.add_option("-t","--trigRun2Config",type="string",dest="trigRun2Config_flag",default="2017",help="specify the value of run2Config variable used by trigger. Allowed values are \"2016\" and \"2017\" (default)")
parser.add_option("-s","--sim",action="store_true",dest="sim_flag",default=False,help="sim will run the Sim_tf.py test")
parser.add_option("-p","--patched",action="store_true",dest="patched_flag",default=False,help="patched option will run q-tests just on your patched version of packages. Be warned! File output comparisons will only be performed against pre-defined reference files stored in the directory /afs/cern.ch/work/g/gencomm/public/referenceFiles and performance comparison tests will not be run.")