tests: fix Python plugin provider tests on Windows
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 22 Jul 2019 21:36:02 +0000 (17:36 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 23 Jul 2019 19:34:16 +0000 (15:34 -0400)
commite23e08c478a341565d48a1b37dd2ad554be6b84e
tree8e4a9f9896b85f7e50cb30450f0ad098ffc3d161
parent5084732e40a7925d22f741e4ed08f19d36078fbe
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.024629 seconds and 4 git commands to generate.