Tests: namespace TAP_AUTOTIME under LTTNG_TESTS
[lttng-tools.git] / tests / utils / test_utils.py
index d87cd1e32696807be20314c90f9e043d83eed4fa..7d8dc68197af3919e77f0de9871658ffe9eac655 100644 (file)
@@ -24,7 +24,7 @@ sys.path.append(lttng_bindings_libs_path)
 from lttng import *
 
 _time_tests = True
-if os.getenv("TAP_AUTOTIME", "1") == "0":
+if os.getenv("LTTNG_TESTS_TAP_AUTOTIME", "1") == "0":
     _time_tests = False
 
 
This page took 0.023761 seconds and 4 git commands to generate.