Commit 7762d8f5 authored by Valery Sizov's avatar Valery Sizov Committed by Dmitriy Zaporozhets

Fix Test Env (proper error handling when gitlab-shell is not clonned)

parent 5c9a54d6
......@@ -98,7 +98,9 @@ module TestEnv
def setup_gitlab_shell
unless File.directory?(Gitlab.config.gitlab_shell.path)
`rake gitlab:shell:install`
unless system('rake', 'gitlab:shell:install')
raise 'Can`t clone gitlab-shell'
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