fix(testing): record creation output; only visit missing once (#28104)
This commit is contained in:
parent
cc1ddb975f
commit
5dd330cef2
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ def _generate_records_for(
|
|||
|
||||
if not test_records:
|
||||
logger.warning("➛ " + logstr + " (missing)")
|
||||
frappe.local.test_objects[index_doctype] = [] # avoid noisy retries on multiple invocations
|
||||
print_mandatory_fields(index_doctype, initial_doctype)
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue