Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remove merge-recursive-old
[gitweb.git]
/
t
/
Makefile
diff --git
a/t/Makefile
b/t/Makefile
index 89835093fbadf3c55cdf42f7490c6bac98ef2553..e1c6c92d9c0fb552081a65cd99d5b50bd65b5a09 100644
(file)
--- a/
t/Makefile
+++ b/
t/Makefile
@@
-13,10
+13,6
@@
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
TSVN = $(wildcard t91[0-9][0-9]-*.sh)
-ifdef NO_PYTHON
- GIT_TEST_OPTS += --no-python
-endif
-
all: $(T) clean
$(T):