From a7e4220b7a7c3a4a50c447a233ce3b7fc0860f7b Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 27 Mar 2021 16:26:01 -0700 Subject: [PATCH] Meta/cycle-run: run a bit more testing Test all merges, build all commits, and test and build doc for branch tips. --- cycle-run | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 && -- 2.47.3