Skip to content

Actually clean gitlab-test path when TestEnv.set_repo_refs fails

Rémy Coutable requested to merge fix-test_env-set_repo_refs into master

What does this MR do?

This actually deletes the gitlab-test, gitlab-test_bar, gitlab-test-fork, and gitlab-test-fork_bare repos when TestEnv.set_repo_refs fails.

Why was this MR needed?

I believe !11253 (merged) didn't actually think the original issue since these repos are not cleared by TestEnv.clean_test_path.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports