mirror of
https://github.com/git-for-windows/git.git
synced 2026-07-02 20:29:15 -05:00
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 <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user