Skip to content

Commit 5186ec5

Browse files
committed
Re-raise exceptions after logging in pylsp test driver
1 parent d44301f commit 5186ec5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testsuite/drivers/pylsp.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,9 @@ async def async_wrapper(
719719
log_path,
720720
log_path.read_text(),
721721
)
722+
723+
# Re-raise the exception to signify test failure!
724+
raise
722725
finally:
723726
try:
724727
if client:

0 commit comments

Comments
 (0)