summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-11-03 01:59:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-11-03 01:59:14 (GMT)
commitf83453f9c9540a24a1e9e30d97acfd3403ecbf5e (patch)
treef7518331c31f397c4e0a11408978f6505b43a79a
parenta729dda74fd376e6c9a3d09902ac1c9d438f5aba (diff)
downloadgit-f83453f9c9540a24a1e9e30d97acfd3403ecbf5e.zip
git-f83453f9c9540a24a1e9e30d97acfd3403ecbf5e.tar.gz
git-f83453f9c9540a24a1e9e30d97acfd3403ecbf5e.tar.bz2
Meta/Dothem: use sparse
-rwxr-xr-xDothem2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dothem b/Dothem
index 8b424e8..3a55a18 100755
--- a/Dothem
+++ b/Dothem
@@ -200,6 +200,8 @@ do
save=$(git rev-parse HEAD) &&
+ Meta/Make $M $jobs -- SPARSE_FLAGS=-Wsparse-error sparse &&
+
Meta/Make $M $noprove ${test+"$test"} $jobs $test_long $memtrash \
-- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $dotest &&