performance-metrics: Exit binary with non-zero exit code on test failure
This ensures that partial reports are not generated. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
0cbdbc8122
commit
d3be855b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ fn main() {
|
|||
}
|
||||
Err(e) => {
|
||||
eprintln!("Aborting test due to error: '{:?}'", e);
|
||||
break;
|
||||
std::process::exit(1);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue