Skip to content

Commit 5365ffc

Browse files
committed
TO-DROP: force tests to fail
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 6599d64 commit 5365ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/run-build-and-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ case "$jobname" in
4747
-Dfuzzers=true \
4848
-Dtest_output_directory="${TEST_OUTPUT_DIRECTORY:-$(pwd)/t}" \
4949
$MESONFLAGS
50-
group "Build" meson compile -C build --
50+
echo group "Build" meson compile -C build --
5151
group "Run tests" meson test -C build --print-errorlogs --test-args="$GIT_TEST_OPTS" || (
5252
./t/aggregate-results.sh "${TEST_OUTPUT_DIRECTORY:-t}/test-results"
5353
handle_failed_tests

t/Makefile

Lines changed: 1 addition & 1 deletion
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 = t0001-init.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)