Skip to content

Commit

Permalink
Properly set environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bpot committed Jul 18, 2014
1 parent 3034e2d commit f369eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/test_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def without_process

def run
FileUtils.mkdir_p(log_dir)
`LOG_DIR=#{log_dir} #{@start_cmd} #{config_path}`
system( { "LOG_DIR" => log_dir }, "#{@start_cmd} #{config_path}")
@stopped = false
end

Expand Down

0 comments on commit f369eb0

Please sign in to comment.