diff options
author | Rémy Coutable <remy@rymai.me> | 2017-08-04 17:27:50 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-08-04 17:27:50 +0200 |
commit | 21937a157d435025d4ae0cf514fe7273302e1004 (patch) | |
tree | b5433d7e65092ed88a0d4133e9f5015c639542ba /spec/tasks | |
parent | 201ce2cb55f1d016cdcb0653d9f9a11a8fec358d (diff) | |
download | gitlab-ce-21937a157d435025d4ae0cf514fe7273302e1004.tar.gz |
Print the setup steps and duration and fix an issue resulting in re-setuping GitLab Shell on each test run35941-fix-testing-issue-following-gitaly-install-fix
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/tasks')
-rw-r--r-- | spec/tasks/gitlab/gitaly_rake_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/gitaly_rake_spec.rb b/spec/tasks/gitlab/gitaly_rake_spec.rb index 29eec9009bd..bda8db2b77b 100644 --- a/spec/tasks/gitlab/gitaly_rake_spec.rb +++ b/spec/tasks/gitlab/gitaly_rake_spec.rb @@ -41,7 +41,7 @@ describe 'gitlab:gitaly namespace rake task' do end describe 'gmake/make' do - let(:command_preamble) { %w[/usr/bin/env -u BUNDLE_GEMFILE -u RUBYOPT] } + let(:command_preamble) { %w[/usr/bin/env -u RUBYOPT] } before(:all) do @old_env_ci = ENV.delete('CI') |