use new logmsg and set --show in tests

Also modify `logmsg` to output additional separator lines to make the
demarcation between tests even clearer.
This commit is contained in:
Kurtis Rader
2017-08-03 21:25:20 -07:00
parent ecf06f2eb4
commit 7619e62b70
11 changed files with 199 additions and 37 deletions

View File

@@ -1,4 +1,9 @@
function logmsg
echo
echo "####################"
echo "# $argv"
echo >&2
echo "####################" >&2
echo "# $argv" >&2
end