Meta/Make: disable unit tests when --tests=<num> is given

Junio C Hamano committed Apr 18, 2024 at 08:54 UTC cf19d6a4d3e8f154d0072cac86ae5be45e89c8c7
1 file changed +1 -1
Make
+1 -1
@@ -291,7 +291,7 @@ ${make-make} \
291 SPATCH_FLAGS="--all-includes --recursive-includes --patch ." \
292 SPATCH_BATCH_SIZE=16 \
293 CFLAGS="-g -Wall -Wunused -Wdeclaration-after-statement -std=gnu99${O:+ $O}" \
294 - ${tests:+"T=$tests"} \
294 + ${tests:+"T=$tests"} ${tests:+UNIT_TESTS=} \
295 "$@"
296 status=$?
297 eval "$clean"