Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Nov 15, 2024
1 parent 326f7e3 commit e79ab7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scubagoggles/Testing/Functional/SmokeTests/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def test_scubagoggles_output(subjectemail):
capture_output = True,
encoding = 'utf-8')
if cp.returncode:
print(f'command is {command}')
print(f'failure return code {cp.returncode}')
print(cp.stdout)
print(cp.stderr)
return
Expand Down

0 comments on commit e79ab7f

Please sign in to comment.