Do not set -x, it fails some tests and makes some output not readable

This commit is contained in:
Foo 2018-02-25 22:36:52 +03:00
parent d27961f0b0
commit 3c4ec09281
1 changed files with 1 additions and 1 deletions

View File

@ -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
}