fix: test_trimmer on macOs and Solaris
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 8 Jul 2019 19:47:21 +0000 (15:47 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 9 Jul 2019 16:28:29 +0000 (12:28 -0400)
commitbfb5625df591dcd384f50af3a93c5904ea6b7fcd
treeb929c65dfe0ca3afba651dd830ceffdeaa00b91b
parent5058d31b6410ce84e9e674c412251b226f529430
fix: test_trimmer on macOs and Solaris

The 'wc' tool on BSD based system adds leading spaces to it's output,
which breaks the quoted compare. Use bash parameter expansion to trim all
spaces from the 'num_events' variable.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: I884f59cf1fcdcb33419dd02c69886715ce4db71b
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1654
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
tests/cli/test_trimmer
This page took 0.025492 seconds and 4 git commands to generate.