Skip to content

Commit 416fda6

Browse files
felipecgitster
authored andcommitted
build: do not install git-remote-testpy
It's only meant for testing. Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4331ea8 commit 416fda6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ SCRIPT_PERL += git-svn.perl
487487
SCRIPT_PYTHON += git-remote-testpy.py
488488
SCRIPT_PYTHON += git-p4.py
489489

490+
NO_INSTALL += git-remote-testpy
491+
490492
# Generated files for scripts
491493
SCRIPT_SH_GEN = $(patsubst %.sh,%,$(SCRIPT_SH))
492494
SCRIPT_PERL_GEN = $(patsubst %.perl,%,$(SCRIPT_PERL))

0 commit comments

Comments
 (0)