Add a new variable "repositories" which can be used to easily fetch tests from remote repos for execution. Useful especially when several packages share the same test coverage.
Example usage:
repositories: - repo: "https://src.fedoraproject.org/tests/shell.git" dest: "shell" tests: - shell/func - shell/login - shell/smoke
rebased onto 43a95acc04e14a952e0db18cb43bed39d7fea004
rebased onto 7ec022c35af8a659b75e6361be75e057de5f06b6
Pull-Request has been merged by astepano
Add a new variable "repositories" which can be used to easily
fetch tests from remote repos for execution. Useful especially
when several packages share the same test coverage.
Example usage: