Skip to content
Snippets Groups Projects
Commit 693b7efe authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updated self-vallidate to support --fix-all

Former-commit-id: e897c3a24577cd8a7abea082985fa28c69f77e92
parent 194192c6
No related branches found
No related tags found
No related merge requests found
......@@ -1077,7 +1077,7 @@ int executeStep(IRDBObjects_t *const irdb_objects)
}
assert(getenv("SELF_VALIDATE")==nullptr || (fixed_calls + other_fixes) > 5);
assert(getenv("SELF_VALIDATE")==nullptr || not_fixed_calls > 5);
assert(getenv("SELF_VALIDATE")==nullptr || fix_all || not_fixed_calls > 5);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment