From: Philippe Proulx Date: Fri, 20 Sep 2019 09:18:36 +0000 (-0400) Subject: Add basic `sink.text.details` tests X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=54d785facc63ded43f23e60b8acb46250d82cfbe;hp=54d785facc63ded43f23e60b8acb46250d82cfbe;p=babeltrace.git Add basic `sink.text.details` tests This patch adds very basic `sink.text.details` tests to at least keep track of the generated text's format. The tests test each initialization parameter individually, and some combined with `compact=yes`. As of this patch, all tests pass `with-stream-name=no` to initialize the `sink.text.details` component because the `src.ctf.fs` component uses absolute paths to set stream names and this is not compatible with static expectation files. Future tests should use a custom source to check how `sink.text.details` writes the stream name property. Signed-off-by: Philippe Proulx Change-Id: I79c4956e5d67dd922130443992de9daef2974f4e Reviewed-on: https://review.lttng.org/c/babeltrace/+/2075 CI-Build: Simon Marchi Tested-by: jenkins Reviewed-by: Simon Marchi ---