diff --git a/tests/shlib/common.sh b/tests/shlib/common.sh index 2f8cea61..63302625 100644 --- a/tests/shlib/common.sh +++ b/tests/shlib/common.sh @@ -66,7 +66,7 @@ enter_suite() { fail __suite__/enter/final E "Final suites do not allow nesting" fi export POWERLINE_SUITE_FINAL=1 - set -x + # set -x fi }