Skip to content

Commit

Permalink
Nuclear option. Print EVERYTHING
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 16, 2023
1 parent 21da319 commit aaf6f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ipi_tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ def run(self, cwd, nid):
self.call_ipi,
cwd=(self.tmp_dir),
shell=True,
stdout=sp.PIPE,
stderr=sp.PIPE,
#stdout=sp.PIPE,
#stderr=sp.PIPE,
)

if len(clients) > 0:
Expand Down Expand Up @@ -339,7 +339,7 @@ def run(self, cwd, nid):

# print("client", client, "cmd:", cmd)
driver = sp.Popen(
cmd, cwd=(cwd), shell=True, stdout=sp.PIPE, stderr=sp.PIPE
cmd, cwd=(cwd), shell=True, #stdout=sp.PIPE, stderr=sp.PIPE
)

drivers.append(driver)
Expand Down

0 comments on commit aaf6f6e

Please sign in to comment.