gitlab-org--gitlab-foss/scripts/gitaly-test-spawn

9 lines
263 B
Plaintext
Raw Normal View History

2017-07-31 13:17:14 +00:00
#!/usr/bin/env ruby
gitaly_dir = 'tmp/tests/gitaly'
env = { 'HOME' => File.expand_path('tmp/tests') }
2017-07-31 13:17:14 +00:00
args = %W[#{gitaly_dir}/gitaly #{gitaly_dir}/config.toml]
# Print the PID of the spawned process
puts spawn(env, *args, [:out, :err] => 'log/gitaly-test.log')