From: Nils Carlson Date: Fri, 4 Mar 2011 15:08:39 +0000 (+0100) Subject: test: fix the valgrind test-case to not hang if valgrind crashes X-Git-Tag: v0.12~10 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=18cc44ca7d014cc358c739d347b715cd0999e81b;hp=18cc44ca7d014cc358c739d347b715cd0999e81b;p=ust.git test: fix the valgrind test-case to not hang if valgrind crashes In previous version of the test-case the test-case would hang forever if valgrind crashes (which it does on my debian squeeze PPC). Fix this by checking that valgrind is alive. Also cleanup leftover fifos in /tmp Signed-off-by: Nils Carlson ---