Skip to content

Commit 3101bc9

Browse files
committed
Do not print command invocation if QUIET
1 parent d82e34c commit 3101bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test: test_format test_dirs test_files test_seek test_truncate test_parallel \
3737
test_alloc test_paths test_orphan test_move test_corrupt
3838
test_%: tests/test_%.sh
3939
ifdef QUIET
40-
./$< | sed -n '/^[-=]/p'
40+
@./$< | sed -n '/^[-=]/p'
4141
else
4242
./$<
4343
endif

0 commit comments

Comments
 (0)