tests: fix Python plugin provider tests on Windows
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 22 Jul 2019 21:36:02 +0000 (17:36 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:05:19 +0000 (14:05 -0400)
commit4b2d0d1ff995083fa9ac403ffabfd4caf164bec0
tree9eb838122670fb17fa5758bbc224bf8bb02471fa
parent8e01f2d9837d5ba9a85c678121dcc8adf8dbe72e
tests: fix Python plugin provider tests on Windows

On Windows, the embedded Python interpreter in the Python plugin
provider can't automatically locate the path to it's own modules. Set
the PYTHONHOME variable to the proper value in 'run_python_bt2()'.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: Ie30ac3212a208d77654add78604c534c05efe518
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1748
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/Makefile.am
tests/utils/utils.sh
This page took 0.024286 seconds and 4 git commands to generate.