Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 24, 2024
1 parent d955de3 commit 1abde89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_autoprofile.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ def test_autoprofile_script_with_prof_imports():
raw_output = proc.stdout
print('Line_profile Stdout:')
print(raw_output)
print('Line_profile Stderr:')
print(proc.stderr)
print('About to check line_profiler return code')
proc.check_returncode()

Expand Down

0 comments on commit 1abde89

Please sign in to comment.