Skip to content

Commit

Permalink
Do not print command invocation if QUIET
Browse files Browse the repository at this point in the history
  • Loading branch information
aldot committed Feb 2, 2018
1 parent d82e34c commit 3101bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test: test_format test_dirs test_files test_seek test_truncate test_parallel \
test_alloc test_paths test_orphan test_move test_corrupt
test_%: tests/test_%.sh
ifdef QUIET
./$< | sed -n '/^[-=]/p'
@./$< | sed -n '/^[-=]/p'
else
./$<
endif
Expand Down

0 comments on commit 3101bc9

Please sign in to comment.