Skip to content

Commit 78ff8b3

Browse files
nipunn1313gitster
authored andcommitted
t/perf/fsmonitor: silence initial git commit
It is extremely verbose, printing >10K non-useful lines Signed-off-by: Nipunn Koorapati <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dd79c16 commit 78ff8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/p7519-fsmonitor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ test_expect_success "one time repo setup" '
9494
for i in $(test_seq 1 1000); do touch 1000_files/$i; done &&
9595
for i in $(test_seq 1 10000); do touch 10000_files/$i; done &&
9696
git add 1_file 10_files 100_files 1000_files 10000_files &&
97-
git commit -m "Add files" &&
97+
git commit -qm "Add files" &&
9898
9999
# If Watchman exists, watch the work tree and attempt a query.
100100
if test_have_prereq WATCHMAN; then

0 commit comments

Comments
 (0)