Fixed issue where sed buffering (QUIET=1) caused Travis timeout

This commit is contained in:
Christopher Haster
2019-07-26 12:29:37 -05:00
parent 312326c4e4
commit 19838371fb

View File

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