Skip to content

Commit f83bbb9

Browse files
committed
dlang/dub: Don't try to remove tests that aren't run
See dlang/dub#3064 (comment) 1. It does nothing 2. It causes the run to fail when the tests are renamed/removed Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
1 parent dc95e2f commit f83bbb9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

buildkite/build_project.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ case "$REPO_FULL_NAME" in
178178
;;
179179

180180
dlang/dub)
181-
rm test/issue895-local-configuration.sh # FIXME
182-
rm test/issue884-init-defer-file-creation.sh # FIXME
183181
use_travis_test_script
184182
;;
185183

0 commit comments

Comments
 (0)