From: Junio C Hamano Date: Sat, 27 Mar 2021 23:26:01 +0000 (-0700) Subject: Meta/cycle-run: run a bit more testing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e4220b7a7c3a4a50c447a233ce3b7fc0860f7b;p=thirdparty%2Fgit.git Meta/cycle-run: run a bit more testing Test all merges, build all commits, and test and build doc for branch tips. --- diff --git a/cycle-run b/cycle-run index e2675b0df0..6e8b352047 100755 --- 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 &&