Tests: namespace TAP_AUTOTIME under LTTNG_TESTS
[lttng-tools.git] / tests / utils / test_utils.py
index 30c057bddd53dfcca865e7d28b0c56fdb608acc9..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") == "" or os.getenv("TAP_AUTOTIME", "1") == "0" or sys.version_info < (3,3,0):
+if os.getenv("LTTNG_TESTS_TAP_AUTOTIME", "1") == "0":
     _time_tests = False
 
 
This page took 0.023594 seconds and 4 git commands to generate.