mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
relax constraint on error output
This commit is contained in:
parent
03c45a2a67
commit
7467817fb5
@ -68,7 +68,7 @@ class ExitStatusIntegrationTests {
|
|||||||
"driver=diag", "cyclerate=10", "not_a_thing", "cycles=100", "-vvv"
|
"driver=diag", "cyclerate=10", "not_a_thing", "cycles=100", "-vvv"
|
||||||
);
|
);
|
||||||
String stdout = String.join("\n", result.getStdoutData());
|
String stdout = String.join("\n", result.getStdoutData());
|
||||||
assertThat(stdout).contains("internal error: You requested exactly one instance of a service by name 'not_a_thing'");
|
assertThat(stdout).contains("You requested exactly one instance of a service by name 'not_a_thing'");
|
||||||
assertThat(result.exitStatus).isEqualTo(2);
|
assertThat(result.exitStatus).isEqualTo(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user