test/common: Remove BASH_XTRACEFD echo
This was added only for testing purposes. Right now it just unnecessarily makes the build logs bigger and spams the stdout. Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: Id8ff3e1dfde955dc118e0a202897d6c6634c3995 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8194 Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
3a7a66e505
commit
ab7bd10ad9
@ -8,7 +8,6 @@ function xtrace_fd() {
|
|||||||
exec {BASH_XTRACEFD}>&2
|
exec {BASH_XTRACEFD}>&2
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
echo "Tracing to $BASH_XTRACEFD FD"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function xtrace_disable() {
|
function xtrace_disable() {
|
||||||
|
Loading…
Reference in New Issue
Block a user