Tests: namespace TAP_AUTOTIME under LTTNG_TESTS
[lttng-tools.git] / tests / utils / tap-driver.sh
index 9baa4d923f683758e3a0f6b0cfc2ff3340b8fa18..56d4d3e45487d8eb2c15800f92a355b43b332340 100755 (executable)
@@ -150,7 +150,7 @@ TIME_SCRIPT="$(realpath -e -- "$(dirname "$0")")/tap/clock"
     # the outputs in the resulting file for half written lines, eg.
     #   ok 93 - Tes# PERROR - xxxx
     #   t some function
-    if [ "${TAP_AUTOTIME:-}" != 0 ]; then
+    if [ "${LTTNG_TESTS_TAP_AUTOTIME:-}" != 0 ]; then
       stdbuf -eL -oL -- "$@"
     else
       "$@"
This page took 0.023703 seconds and 4 git commands to generate.