Fix: Argument for BM::exec()
This commit is contained in:
parent
523e6f8f66
commit
fda7fd56b9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ fn main() {
|
|||
debug!("Runtime : {:?}", &rt);
|
||||
|
||||
if let Some(matches) = rt.config.cli_matches.subcommand_matches("bm") {
|
||||
let res = BM::new(&rt).exec(matches.subcommand_matches("bm").unwrap());
|
||||
let res = BM::new(&rt).exec(matches);
|
||||
info!("BM exited with {}", res);
|
||||
} else {
|
||||
info!("No commandline call...")
|
||||
|
|
Loading…
Reference in a new issue