ci: Show which test record creation failed
This commit is contained in:
parent
d42e5be4da
commit
4c8a0e2a36
1 changed files with 1 additions and 0 deletions
|
|
@ -503,6 +503,7 @@ def make_test_objects(doctype, test_records=None, verbose=None, reset=False, com
|
|||
):
|
||||
revert_naming(d)
|
||||
else:
|
||||
verbose and print("Error in making test record for", d.doctype, d.name)
|
||||
raise
|
||||
|
||||
records.append(d.name)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue