Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 7c74c19

Browse files
committed
dbg
1 parent 226829c commit 7c74c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ def run(self, conf: Config) -> bool:
205205
xfail = self.is_stage_xfail(stage, script, conf)
206206
cont = self.run_script(stage, script, conf.verbose, xfail)
207207
if not cont:
208+
print(f"{self.name} failed {stage} ({script})")
208209
return xfail
209210
break # found script for stage; skip alternatives
210211
return True

0 commit comments

Comments
 (0)