fix tx tester calling run ok when a filter is applied and tests fail
This commit is contained in:
parent
6ba9a11c51
commit
29442c0b1d
|
@ -100,7 +100,7 @@ public class TxTester {
|
|||
for (JsonObject suite : tests.getJsonObjects("suites")) {
|
||||
if ((!suite.has("mode") || modes.contains(suite.asString("mode")))) {
|
||||
if (suite.asBoolean("disabled")) {
|
||||
ok = true;
|
||||
// ok = true;
|
||||
} else {
|
||||
ok = runSuite(suite, tx, modes, filter, json.forceArray("suites")) && ok;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue