X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=05f6e79560ff7e3d92c47221b3ee7adec098e676;hb=138086a72582620e0b3ec0aa60a78da208e89a2a;hp=66f62b9c6f2a31965c856fc9b7d056a86abbcfbc;hpb=9b1320a99e906b5e7011f5e641f7400d82bbc82f;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