Merge remote-tracking branch 'origin/master' into debug-improvements

This commit is contained in:
Christopher Haster
2019-07-28 21:53:13 -05:00
8 changed files with 229 additions and 129 deletions

View File

@@ -60,7 +60,7 @@ test: \
test_%: tests/test_%.sh
ifdef QUIET
@./$< | sed -n '/^[-=]/p'
@./$< | sed -nu '/^[-=]/p'
else
./$<
endif