Skip to content

Commit

Permalink
fixup! TO-DROP: restrict to the xargs: environment is too large tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Dec 17, 2023
1 parent d7b1300 commit 2371cca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions t/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))
TEST_RESULTS_DIRECTORY_SQ = $(subst ','\'',$(TEST_RESULTS_DIRECTORY))
CHAINLINTTMP_SQ = $(subst ','\'',$(CHAINLINTTMP))

T = t/t0000-basic.sh t/t0212-trace2-event.sh t/t3100-ls-tree-restrict.sh t/t3101-ls-tree-dirname.sh \
t/t3700-add.sh t/t4112-apply-renames.sh t/t5323-pack-redundant.sh t/t5616-partial-clone.sh \
t/t5701-git-serve.sh t/t6112-rev-list-filters-objects.sh t/t6300-for-each-ref.sh \
t/t7063-status-untracked-cache.sh t/t7700-repack.sh t/t7703-repack-geometric.sh \
t/t7704-repack-cruft.sh
T = t0000-basic.sh t0212-trace2-event.sh t3100-ls-tree-restrict.sh t3101-ls-tree-dirname.sh \
t3700-add.sh t4112-apply-renames.sh t5323-pack-redundant.sh t5616-partial-clone.sh \
t5701-git-serve.sh t6112-rev-list-filters-objects.sh t6300-for-each-ref.sh \
t7063-status-untracked-cache.sh t7700-repack.sh t7703-repack-geometric.sh \
t7704-repack-cruft.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))
Expand Down

0 comments on commit 2371cca

Please sign in to comment.