Fix target path for regular git clone during tests

Use same target directory for zuul-cloner and
the regular git command.

Change-Id: I917eb69d69aad4fe6f102b62640c387da048bdd0
Co-Authored-By: Fabien Boucher <fabien.boucher@enovance.com>
This commit is contained in:
Spencer Krum 2015-08-19 16:34:18 -07:00
parent 21c9a0737c
commit 086171c8d4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ RSpec.configure do |c|
zuul_clone_cmd += "git://git.openstack.org #{repo}"
on host, zuul_clone_cmd
else
on host, "git clone https://git.openstack.org/#{repo}"
on host, "git clone https://git.openstack.org/#{repo} #{repo}"
end
on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/tools/install_modules_acceptance.sh"