436
436
po::options_description commandline_options("Options used only in command line");
437
437
commandline_options.add_options()
438
438
("help,?","Display this help and exit")
440
440
("burnin",po::value<bool>(&opt_burnin)->default_value(false)->zero_tokens(),
441
441
"Run full test case in infinite loop")
442
442
("ignore-sql-errors", po::value<bool>(&opt_ignore_sql_errors)->default_value(false)->zero_tokens(),