From f83bbb928ab89be7def5d1f94cc19a5863b5455f Mon Sep 17 00:00:00 2001 From: Andrei Horodniceanu Date: Thu, 31 Jul 2025 22:52:15 +0300 Subject: [PATCH] dlang/dub: Don't try to remove tests that aren't run See https://github.com/dlang/dub/pull/3064#issuecomment-3140878190 1. It does nothing 2. It causes the run to fail when the tests are renamed/removed Signed-off-by: Andrei Horodniceanu --- buildkite/build_project.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildkite/build_project.sh b/buildkite/build_project.sh index 1583b67..75c9319 100755 --- a/buildkite/build_project.sh +++ b/buildkite/build_project.sh @@ -178,8 +178,6 @@ case "$REPO_FULL_NAME" in ;; dlang/dub) - rm test/issue895-local-configuration.sh # FIXME - rm test/issue884-init-defer-file-creation.sh # FIXME use_travis_test_script ;;