tests: use os.pathsep when appending to BABELTRACE_PLUGIN_PATH
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Aug 2019 16:25:59 +0000 (12:25 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 12 Aug 2019 21:13:35 +0000 (17:13 -0400)
commit53487b4e9e5e77b3117be384f2ba3344b0b545ed
treef3a146c78eede45e2df2c2db4d64376e9d04bbc0
parent4eb7af91555a979d86bfd3c86c6311044f797ae5
tests: use os.pathsep when appending to BABELTRACE_PLUGIN_PATH

On Windows, we expect BABELTRACE_PLUGIN_PATH entries to be separated
with ';', not ':' (like PATH).  Python conveniently provides an
OS-dependent definition for this.

Change-Id: Ie53af04e933258963b8495c72e7607a623e83ddb
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1883
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/bindings/python/bt2/test_trace_collection_message_iterator.py
This page took 0.02551 seconds and 4 git commands to generate.