]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/perf/fsmonitor: silence initial git commit
authorNipunn Koorapati <nipunn@dropbox.com>
Mon, 26 Oct 2020 19:32:49 +0000 (19:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2020 23:39:34 +0000 (16:39 -0700)
It is extremely verbose, printing >10K non-useful lines

Signed-off-by: Nipunn Koorapati <nipunn@dropbox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p7519-fsmonitor.sh

index 2c817db1ae0d34189ad289511880f73e9cba0c05..970caff3d24ef2f4028fa62026682e47ed91075b 100755 (executable)
@@ -94,7 +94,7 @@ test_expect_success "one time repo setup" '
        for i in $(test_seq 1 1000); do touch 1000_files/$i; done &&
        for i in $(test_seq 1 10000); do touch 10000_files/$i; done &&
        git add 1_file 10_files 100_files 1000_files 10000_files &&
-       git commit -m "Add files" &&
+       git commit -qm "Add files" &&
 
        # If Watchman exists, watch the work tree and attempt a query.
        if test_have_prereq WATCHMAN; then