Skip to content

Commit

Permalink
FOO
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Jan 30, 2025
1 parent fcdf8cb commit 98c98ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def exec_test_command(args: List[str]):
process = subprocess.run(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
print(process.stdout)
print(process.stderr)
print("STATUS", process.returncode)
assert process.returncode == 0
return process

Expand Down

0 comments on commit 98c98ca

Please sign in to comment.