Meta/cycle-run: run a bit more testing
Test all merges, build all commits, and test and build doc for branch tips.
Junio C Hamano committed
Mar 27, 2021 at 16:26 UTC
a7e4220b7a7c3a4a50c447a233ce3b7fc0860f7b
1 file changed
+4
-2
cycle-run
+4
-2
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 &&