X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=43c8e55a8b5718fa4462f0b4cac07dd38c343d90;hb=abb7c7b31c0896bd838bbb6437b310db5a42227a;hp=7a58a86f967fdb114bb980a631292da2cee2a352;hpb=289c4b36e336af5266b86d924ef0aa828e8e4841;p=git.git diff --git a/t/test-lib.sh b/t/test-lib.sh index 7a58a86f..43c8e55a 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