X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Fflt.lttng-utils.debug-info%2Ftest_lttng_utils_debug_info.py;h=f4e6e2e787df2d5bca49c6cd1967a5243267fb28;hb=bbff0ab4992445a57cb04e35da8e63b8ed32ea38;hp=dd27ec9c239b6d68e71f0d8c8d5af42c04775a75;hpb=9cf25bf277fee373465b13e2f4f11cc62cff0bd3;p=babeltrace.git diff --git a/tests/plugins/flt.lttng-utils.debug-info/test_lttng_utils_debug_info.py b/tests/plugins/flt.lttng-utils.debug-info/test_lttng_utils_debug_info.py index dd27ec9c..f4e6e2e7 100644 --- a/tests/plugins/flt.lttng-utils.debug-info/test_lttng_utils_debug_info.py +++ b/tests/plugins/flt.lttng-utils.debug-info/test_lttng_utils_debug_info.py @@ -7,9 +7,9 @@ import os @unittest.skip('depends on Python bindings, which are broken') class LttngUtilsDebugInfoTestCase(unittest.TestCase): def test_debug_info(self): - debug_info_data_dir = os.environ['DEBUG_INFO_DATA_DIR'] - trace_path = os.path.join(debug_info_data_dir, 'trace') - target_prefix = os.path.join(debug_info_data_dir, '..', '..') + debug_info_data_path = os.environ['BT_DEBUG_INFO_PATH'] + trace_path = os.path.join(debug_info_data_path, 'trace') + target_prefix = os.path.join(debug_info_data_path, '..', '..') src = bt2.ComponentSpec('ctf', 'fs', trace_path) flt = bt2.ComponentSpec('lttng-utils', 'debug-info', { 'target-prefix': target_prefix,