Test fix: redirect python test subprocess output to /dev/null
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 29 Sep 2016 03:13:19 +0000 (23:13 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 3 Oct 2016 16:07:38 +0000 (12:07 -0400)
commita404b1e676f145e32d98a6d6b17f927b3f91ee6b
tree2d15ea4b8e0c6e3a1a9c5382244e5fba2a66fa60
parenta2fe8e46e08f794cc5bce047e507e5a86600e9d4
Test fix: redirect python test subprocess output to /dev/null

Redirecting to subprocess.PIPE can deadlock when subprocess.wait()
is invoked.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/exit-fast/test_exit-fast.py
tests/regression/ust/libc-wrapper/test_libc-wrapper.py
tests/regression/ust/linking/test_linking.py
This page took 0.024776 seconds and 4 git commands to generate.