From 148efad675f0fced5ef7e1ddfd67cd6ed56f0139 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 17 Sep 2024 09:59:38 +0200 Subject: [PATCH] TO-DROP: t: only run t5512 Signed-off-by: Johannes Schindelin --- t/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index 4c30e7c06fb94a..42cb99be9fd395 100644 --- a/t/Makefile +++ b/t/Makefile @@ -39,7 +39,7 @@ PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH)) TEST_RESULTS_DIRECTORY_SQ = $(subst ','\'',$(TEST_RESULTS_DIRECTORY)) CHAINLINTTMP_SQ = $(subst ','\'',$(CHAINLINTTMP)) -T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)) +T = t5512-ls-remote.sh # $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)) THELPERS = $(sort $(filter-out $(T),$(wildcard *.sh))) TLIBS = $(sort $(wildcard lib-*.sh)) annotate-tests.sh TPERF = $(sort $(wildcard perf/p[0-9][0-9][0-9][0-9]-*.sh))