Commit dc169280 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'preserve-gem-path' into 'master'

Preserve gem path so that we use the same gems

See merge request gitlab-org/gitlab-ce!15986
parents 29323730 873bc3a6
#!/usr/bin/env ruby
gitaly_dir = 'tmp/tests/gitaly'
env = { 'HOME' => File.expand_path('tmp/tests') }
env = { 'HOME' => File.expand_path('tmp/tests'),
'GEM_PATH' => Gem.path.join(':') }
args = %W[#{gitaly_dir}/gitaly #{gitaly_dir}/config.toml]
# Print the PID of the spawned process
......
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