Skip to content

Remove testhelper.CloneRepo

Pavlo Strokov requested to merge ps-rm-clone-repo into master

CloneRepo function relies on the global config.Config variable and as we are on the road to remove it from the code we drop CloneRepo function and replaces its usages with an alternative testcfg.BuildWithRepo function call. The change also includes renaming: testRepo -> repo, testRepoPath -> repoPath for local variables.

Part of: #2699 (closed)

Merge request reports