mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-25 08:11:06 -06:00
revert stderr output change for now
This commit is contained in:
parent
afee41ec6d
commit
2a7a0e5183
@ -71,10 +71,10 @@ public class NBCLI {
|
||||
} catch (Exception e) {
|
||||
String error = ScenarioErrorHandler.handle(e, false);
|
||||
// Commented for now, as the above handler should do everything needed.
|
||||
// if (error != null) {
|
||||
// System.err.println("Scenario stopped due to error above.");
|
||||
// }
|
||||
// System.err.flush();
|
||||
if (error != null) {
|
||||
System.err.println("Scenario stopped due to error above.");
|
||||
}
|
||||
System.err.flush();
|
||||
System.out.flush();
|
||||
System.exit(2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user