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