tests: rename BT_OS_TYPE to BT_TESTS_OS_TYPE
[babeltrace.git] / tests / plugins / src.ctf.fs / query / test_query_trace_info.py
index 71e934f174076242d49962cbecda4154dc44019e..eb8fd25ce8e63638386bed9f6f9cbd96bcd89f54 100644 (file)
@@ -133,7 +133,7 @@ class QueryTraceInfoPortNameTestCase(unittest.TestCase):
             },
         ).query()
 
             },
         ).query()
 
-        if os.environ['BT_OS_TYPE'] == 'mingw':
+        if os.environ['BT_TESTS_OS_TYPE'] == 'mingw':
             os_stream_path = (
                 '\\tests\\data\\ctf-traces\\intersection\\3eventsintersect\\'
             )
             os_stream_path = (
                 '\\tests\\data\\ctf-traces\\intersection\\3eventsintersect\\'
             )
@@ -164,7 +164,7 @@ class QueryTraceInfoPortNameTestCase(unittest.TestCase):
             {"inputs": [os.path.join(test_ctf_traces_path, "succeed", "succeed1")]},
         ).query()
 
             {"inputs": [os.path.join(test_ctf_traces_path, "succeed", "succeed1")]},
         ).query()
 
-        if os.environ['BT_OS_TYPE'] == 'mingw':
+        if os.environ['BT_TESTS_OS_TYPE'] == 'mingw':
             os_stream_path = '\\tests\\data\\ctf-traces\\succeed\\succeed1\\dummystream'
         else:
             os_stream_path = '/tests/data/ctf-traces/succeed/succeed1/dummystream'
             os_stream_path = '\\tests\\data\\ctf-traces\\succeed\\succeed1\\dummystream'
         else:
             os_stream_path = '/tests/data/ctf-traces/succeed/succeed1/dummystream'
This page took 0.023172 seconds and 4 git commands to generate.