Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Jan 18, 2025
1 parent 00f1622 commit a096471
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/pksubprocess_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ def signal_handler(sig, frame):
with pytest.raises(RuntimeError):
try:
pksubprocess.check_call_with_signals(cmd, output=o, msg=msg)
except Exception as e:
pkdebug.pkdp([type(e), e])
# raise
except:
raise
o.seek(0)
actual = o.read()
assert "" == actual, 'Expecting empty output "{}"'.format(actual)
Expand Down

0 comments on commit a096471

Please sign in to comment.