Commit b94ea090 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents a981515d 80130930
...@@ -135,7 +135,7 @@ module TestEnv ...@@ -135,7 +135,7 @@ module TestEnv
def clean_gitlab_test_path def clean_gitlab_test_path
Dir[TMP_TEST_PATH].each do |entry| Dir[TMP_TEST_PATH].each do |entry|
if File.basename(entry) =~ /\A(gitlab-(test|test_bare|test-fork|test-fork_bare))\z/ unless test_dirs.include?(File.basename(entry))
FileUtils.rm_rf(entry) FileUtils.rm_rf(entry)
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment