test: Add expanders when running in travis

Hopefully this makes things more readable.
This commit is contained in:
James Shubin
2019-02-14 20:15:19 -05:00
parent ee56155ec4
commit b0e1f12c22
2 changed files with 15 additions and 0 deletions

View File

@@ -12,7 +12,9 @@
testsuite="$1"
# print environment when running all testsuites
fold_start env.1 "environment"
test -z "$testsuite" && (echo "ENV:"; env; echo; )
fold_end env.1
# make it easy to split test into blocks
label-block() {