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

Commit e7ef114

Browse files
committed
test.py: print which stage failed
1 parent c903f58 commit e7ef114

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
@@ -199,6 +199,7 @@ def run(self, conf: Config) -> bool:
199199
xfail = self.is_stage_xfail(stage, script, conf)
200200
cont = self.run_script(stage, script, conf.verbose, xfail)
201201
if not cont:
202+
print(f"{self.name} failed on stage {stage}")
202203
return xfail
203204
break # found script for stage; skip alternatives
204205
return True

0 commit comments

Comments
 (0)