]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cycle-run: run a bit more testing
authorJunio C Hamano <gitster@pobox.com>
Sat, 27 Mar 2021 23:26:01 +0000 (16:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 27 Mar 2021 23:26:01 +0000 (16:26 -0700)
Test all merges, build all commits, and test and build doc for
branch tips.

cycle-run

index e2675b0df0625d9a4d08465b2bb4568d96de2481..6e8b3520470d2e00ed9706002e5c3e493e83b7ed 100755 (executable)
--- a/cycle-run
+++ b/cycle-run
@@ -12,10 +12,12 @@ test_it () {
                echo "*** log for $subject ***" &&
                case "$type" in
                C)
-                       Meta/Make -$J
+                       Meta/Make -$J &&
+                       Meta/Make -$J -- SPARSE_FLAGS=-Wsparse-error sparse
                        ;;
                M)
-                       Meta/Make -$J -- SPARSE_FLAGS=-Wsparse-error sparse
+                       Meta/Make -$J -- SPARSE_FLAGS=-Wsparse-error sparse &&
+                       Meta/Make -$J -- test
                        ;;
                T)
                        Meta/Make -$J -- test &&