71
71
parser.add_argument("--nodrop", "-n", action='store_true', default=False, help="Don't drop existing db")
72
72
parser.add_argument("--nodump", action='store_true', default=False, help="Disable dbs dump at the end")
73
73
parser.add_argument("--log-to-file", action='store_true', default=False, help="Log the unittest")
74
parser.add_argument("--update-code", action='store_true', default=False, help="Update the code and restart servers if needed")
75
parser.add_argument('unit_test_option', nargs='*', help='Tests to start: server_creation hq01_creation coordo01_creation dump_all ...')
74
#parser.add_argument("--update-code", action='store_true', default=False, help="Update the code and restart servers if needed")
75
parser.add_argument('unit_test_option', nargs='*', help='Tests to start: server_creation hq01_creation coordo01_creation dump_all update_branches ...')