comment on configure_panic_hook
This commit is contained in:
parent
9e05d2bd69
commit
6a1d4c66c5
|
@ -350,7 +350,7 @@ fn configure_panic_hook() {
|
|||
} else {
|
||||
error!("panic occurred but can't get location information...");
|
||||
}
|
||||
// std::process::exit(1);
|
||||
// note: we do not exit the process to allow proper test execution
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
|
@ -258,7 +258,7 @@ fn configure_panic_hook() {
|
|||
} else {
|
||||
error!("panic occurred but can't get location information...");
|
||||
}
|
||||
// std::process::exit(1);
|
||||
// note: we do not exit the process to allow proper test execution
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue