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

Commit 544c7d5

Browse files
committed
dbg
1 parent 9586a5a commit 544c7d5

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
@@ -201,6 +201,7 @@ def run(self, conf: Config) -> bool:
201201
xfail = self.is_stage_xfail(stage, script, conf)
202202
cont = self.run_script(stage, script, conf.verbose, xfail)
203203
if not cont:
204+
print(f"{self.name} failed")
204205
return xfail
205206
break # found script for stage; skip alternatives
206207
return True

0 commit comments

Comments
 (0)