X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftestall.sh.in;h=d682e4c8491a44ad21b470eeb2d8042ca285cc6d;hb=811644b8fe5fb9946972a7ace9df02ed872f448a;hp=90657537c0d583f23ca5aa2edf2afd12fed902fd;hpb=c92fb666a258aa91f1a5754cd6e32c96783cd80b;p=babeltrace.git diff --git a/tests/bindings/python/bt2/testall.sh.in b/tests/bindings/python/bt2/testall.sh.in index 90657537..d682e4c8 100644 --- a/tests/bindings/python/bt2/testall.sh.in +++ b/tests/bindings/python/bt2/testall.sh.in @@ -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"