Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-08-04 18:27:50 +0300
committerRémy Coutable <remy@rymai.me>2017-08-04 18:27:50 +0300
commit21937a157d435025d4ae0cf514fe7273302e1004 (patch)
treeb5433d7e65092ed88a0d4133e9f5015c639542ba /spec/tasks
parent201ce2cb55f1d016cdcb0653d9f9a11a8fec358d (diff)
Print the setup steps and duration and fix an issue resulting in re-setuping GitLab Shell on each test run
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')