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 15:56:20 +0000 (11:56 -0400)
commitfe4ae474583a1d1f8a97b38984480464d4f25435
treec2806b38a9be54d9ae1ff86bf3e24a056cd7614e
parent8eb2a2325957d2986593970dbaba2215b2940c9f
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/baddr-statedump/test_baddr-statedump.py
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
tests/regression/ust/type-declarations/test_type_declarations.py
tests/regression/ust/ust-dl/test_ust-dl.py
This page took 0.024925 seconds and 4 git commands to generate.