X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_trace_collection_message_iterator.py;h=64a974dc5e30d26b95bb080a6223a15a3ac16680;hb=bbff0ab4992445a57cb04e35da8e63b8ed32ea38;hp=e30cad4332ca3b4dda88d83985480e95eaf36f0b;hpb=9cf25bf277fee373465b13e2f4f11cc62cff0bd3;p=babeltrace.git diff --git a/tests/bindings/python/bt2/test_trace_collection_message_iterator.py b/tests/bindings/python/bt2/test_trace_collection_message_iterator.py index e30cad43..64a974dc 100644 --- a/tests/bindings/python/bt2/test_trace_collection_message_iterator.py +++ b/tests/bindings/python/bt2/test_trace_collection_message_iterator.py @@ -5,8 +5,8 @@ import os import os.path -_TEST_CTF_TRACES_PATH = os.environ['TEST_CTF_TRACES_PATH'] -_3EVENTS_INTERSECT_TRACE_PATH = os.path.join(_TEST_CTF_TRACES_PATH, +_BT_CTF_TRACES_PATH = os.environ['BT_CTF_TRACES_PATH'] +_3EVENTS_INTERSECT_TRACE_PATH = os.path.join(_BT_CTF_TRACES_PATH, 'intersection', '3eventsintersect')