Tests: Fix missing TAP output in overlap test
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 21 Mar 2013 19:56:43 +0000 (15:56 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 25 Mar 2013 14:05:09 +0000 (10:05 -0400)
commit813e19a22d705c05664816f03f6cbdfa0a35a5ea
tree0e212b57b521d046887e3540acbe68d309350d3a
parent73871d432f0c2401a04af32fe717fd5704887926
Tests: Fix missing TAP output in overlap test

The start and stop tracing shell functions are currently redirected to
/dev/null. This has the unfortunate side-effect of silencing the TAP
output thus producing an incomplete test output.

This commit remove the /dev/null redirection of those commands.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/regression/ust/overlap/test_overlap
This page took 0.024547 seconds and 4 git commands to generate.