@leroysheep / LeeRoySheep / commits / db2ba41c72

Meta/round: clean after running leaks and sparse

Junio C Hamano committed Mar 7, 2023 at 13:45 UTC db2ba41c72091c3935de9a9e9057644d9a61dec0
1 file changed +5 -2
round
+5 -2
index 6ba348a839..49330f5172 100755 --- a/round +++ b/round @@ -32,13 +32,16 @@ do ;; leaks) SANITIZE=leak \ - GIT_TEST_PASSING_SANITIZE_LEAK=true Meta/Make -j16 test + GIT_TEST_PASSING_SANITIZE_LEAK=true Meta/Make -j16 test && + SANITIZE=leak \ + GIT_TEST_PASSING_SANITIZE_LEAK=true Meta/Make -j16 clean ;; coccicheck) SPATCH_FLAGS=--recursive-includes Meta/Make -j16 "$t" ;; sparse) - Meta/Make -j16 -- NO_REGEX=NoThanks SPARSE_FLAGS=-Wsparse-error "$t" + Meta/Make -j16 -- NO_REGEX=NoThanks SPARSE_FLAGS=-Wsparse-error "$t" && + Meta/Make -j16 -- NO_REGEX=NoThanks clean >/dev/null 2>&1 ;; *) Meta/Make -j16 "$t"