Update Python bindings and tests to match the latest API
[babeltrace.git] / tests / bindings / python / bt2 / testall.sh.in
index 90657537c0d583f23ca5aa2edf2afd12fed902fd..d682e4c8491a44ad21b470eeb2d8042ca285cc6d 100644 (file)
@@ -4,6 +4,9 @@ check_coverage() {
        coverage run $@
 }
 
+export BABELTRACE_PYTHON_BT2_NO_TRACEBACK=1
+export TEST_PLUGIN_PLUGINS_PATH="@abs_top_builddir@/plugins"
+export BABELTRACE_PLUGIN_PATH="@abs_top_builddir@/plugins/ctf:@abs_top_builddir@/plugins/utils:@abs_top_builddir@/plugins/text"
 PYTHON_BUILD_DIR="@abs_top_builddir@/bindings/python"
 BT2_NATIVE_LIBS_DIR="@abs_top_builddir@/bindings/python/bt2/.libs"
 TESTS_UTILS_PYTHON_DIR="@abs_top_srcdir@/tests/utils/python"
This page took 0.023452 seconds and 4 git commands to generate.