Skip to content

Commit

Permalink
Debug log level on binaries testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Sep 15, 2022
1 parent c95eeca commit af2776f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test(self):
Runs tests for every available arch on the current platform.
"""
for arch, python in self.python:
self.run(f"{python} -m pytest")
self.run(f"{python} -m pytest --log-level=DEBUG")


if __name__ == "__main__":
Expand Down

0 comments on commit af2776f

Please sign in to comment.