mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-13 09:22:05 -06:00
typo fixes
This commit is contained in:
parent
f544ecb72a
commit
b1afbe331f
@ -69,11 +69,12 @@ public class NBCLI {
|
|||||||
NBCLI cli = new NBCLI("eb");
|
NBCLI cli = new NBCLI("eb");
|
||||||
cli.run(args);
|
cli.run(args);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
String error = ScenarioErrorHandler.handle(e, true);
|
String error = ScenarioErrorHandler.handle(e, false);
|
||||||
if (error != null) {
|
// Commented for now, as the above handler should do everything needed.
|
||||||
System.err.println(error);
|
// if (error != null) {
|
||||||
}
|
// System.err.println("Scenario stopped due to error above.");
|
||||||
System.err.flush();
|
// }
|
||||||
|
// System.err.flush();
|
||||||
System.out.flush();
|
System.out.flush();
|
||||||
System.exit(2);
|
System.exit(2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user