Skip to content

Commit 1118736

Browse files
committed
fixup! DEBUG: only run the failing tests
Unfortunately, the environment variable `T` is not respected in `make test`... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 89acd80 commit 1118736

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
jobname: ${{matrix.vector.jobname}}
3535
distro: ${{matrix.vector.pool}}
3636
TEST_OUTPUT_DIRECTORY: ${{github.workspace}}/t
37-
T: t1400-update-ref.sh t3200-branch.sh
3837
runs-on: ${{matrix.vector.pool}}
3938
steps:
4039
- uses: mxschmitt/action-tmate@v3

t/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))
3939
TEST_RESULTS_DIRECTORY_SQ = $(subst ','\'',$(TEST_RESULTS_DIRECTORY))
4040
CHAINLINTTMP_SQ = $(subst ','\'',$(CHAINLINTTMP))
4141

42-
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
42+
T = t1400-update-ref.sh t3200-branch.sh
4343
THELPERS = $(sort $(filter-out $(T),$(wildcard *.sh)))
4444
TLIBS = $(sort $(wildcard lib-*.sh)) annotate-tests.sh
4545
TPERF = $(sort $(wildcard perf/p[0-9][0-9][0-9][0-9]-*.sh))

0 commit comments

Comments
 (0)