From 0bb9b066f90379c75fedf53fe66db7f147704879 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 13 Nov 2023 15:56:59 +0100 Subject: [PATCH] t: only run t0013 in the test suite The idea is to investigate why the test suite is run twice, not to run the entire test suite. Signed-off-by: Johannes Schindelin --- t/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index 225aaf78ed..f7876909aa 100644 --- a/t/Makefile +++ b/t/Makefile @@ -35,7 +35,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 = t0013-sha1dc.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))