X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=05f6e79560ff7e3d92c47221b3ee7adec098e676;hb=5892fc6504dd23d7cf9415afb13bae8a61d6c70e;hp=66f62b9c6f2a31965c856fc9b7d056a86abbcfbc;hpb=eedf8f97e58bbf4717705900379f2d63134047f9;p=git.git diff --git a/t/test-lib.sh b/t/test-lib.sh index 66f62b9c..05f6e795 100755 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -63,6 +63,8 @@ do exit 0 ;; -v|--v|--ve|--ver|--verb|--verbo|--verbos|--verbose) verbose=t; shift ;; + --no-python) + no_python=t; shift ;; *) break ;; esac