Tests: Don't use diag() to output errors from child processes
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Feb 2015 20:55:07 +0000 (15:55 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Feb 2015 20:55:07 +0000 (15:55 -0500)
commit406b1e2cb6c29c364ad1510c25402637a088c5c1
tree3ba227e3bf5a7bf7c4118fab41ed2f4133f6558b
parentb08e48bc789a063f7d24b967c3050fb954a7a5d1
Tests: Don't use diag() to output errors from child processes

diag() appends a newline character to the child processes' output
which causes the test's output to have extra blank lines.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/lib/test_ctf_writer.c
This page took 0.025956 seconds and 4 git commands to generate.