summaryrefslogtreecommitdiff
path: root/spec/tasks
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-08-04 17:27:50 +0200
committerRémy Coutable <remy@rymai.me>2017-08-04 17:27:50 +0200
commit21937a157d435025d4ae0cf514fe7273302e1004 (patch)
treeb5433d7e65092ed88a0d4133e9f5015c639542ba /spec/tasks
parent201ce2cb55f1d016cdcb0653d9f9a11a8fec358d (diff)
downloadgitlab-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.rb2
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')