tests: Remove debug statement from tap.sh
authorKienan Stewart <kstewart@efficios.com>
Wed, 10 Jan 2024 15:59:40 +0000 (10:59 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 6 Feb 2024 22:10:03 +0000 (17:10 -0500)
It looks like a debug statement got left in for commit 2a69bf1437. The
debug statement uses print, which is not necessarily a commonly
available command, and led to spurious errors on certain CI nodes.

Eg. https://ci.lttng.org/job/lttng-tools_master_slesbuild/976/babeltrace_version=stable-2.0,build=std,conf=agents,liburcu_version=master,platform=sles15sp4-amd64/consoleFull

Change-Id: If035e57489b5bf6185f73d1046bfdbd03f4a1fed
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/utils/tap/tap.sh

index 993db27c8f121b763bbd3f1697770bbe65014d65..66499d817ed79d0719d2fa636870ab6bd78a9165 100755 (executable)
@@ -18,7 +18,6 @@ _auto_timing="${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.025423 seconds and 4 git commands to generate.