.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / tests / utils / tap / tap.sh
index 993db27c8f121b763bbd3f1697770bbe65014d65..eae7c3a2c2610784d2f45f479883c35329c68223 100755 (executable)
@@ -14,11 +14,10 @@ _test_died=0
 _expected_tests=0
 _executed_tests=0
 _failed_tests=0
-_auto_timing="${TAP_AUTOTIME:-1}"
+_auto_timing="${LTTNG_TESTS_TAP_AUTOTIME:-1}"
 _last_time=''
 TODO=
 TIME_SCRIPT="$(realpath -e -- "$(dirname "${BASH_SOURCE[0]}")")/clock"
-print "${TIME_SCRIPT}"
 
 usage(){
     cat <<'USAGE'
This page took 0.025312 seconds and 4 git commands to generate.