From f882f7662ae8b0ae427be3e333de959084a2eb5b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 17 Jun 2023 15:12:01 -0400 Subject: tests: Drop `set -x` --- (limited to 'tests/aux/tap-functions.sh') diff --git a/tests/aux/tap-functions.sh b/tests/aux/tap-functions.sh index bdee5a1..adc628a 100644 --- a/tests/aux/tap-functions.sh +++ b/tests/aux/tap-functions.sh @@ -100,7 +100,6 @@ warn_ () # reported too, with the REASON (if given) appended. result_ () { - set +x # Don't pollute the log files. test $# -gt 0 || bailout_ "result_: missing argument" tap_result_=$1; shift case $tap_result_ in @@ -145,7 +144,6 @@ result_ () tap_text_="$tap_text_ # $tap_directive_"${tap_reason_:+" $tap_reason_"} fi printf '%s\n' "$tap_text_" - set -x # Restore shell xtraces. } # Shorthands for common usages of 'result_'. -- cgit v0.9.1