Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Jun 23, 2024
1 parent 45ba9f6 commit d6f1905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def start(self):
self.read_fd, write_fd = os.pipe()
self.process = subprocess.Popen(
['pallium', 'run', '--pid-file', '/proc/self/fd/%d' % write_fd, '--quiet', self.profile_path],
pass_fds=[write_fd], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
pass_fds=[write_fd])
self.wait_for_startup()

def close(self):
Expand Down

0 comments on commit d6f1905

Please sign in to comment.