brew-test-bot: fix logs in spaced directories.
This commit is contained in:
parent
6d41707b2b
commit
9497d2f741
@ -76,7 +76,7 @@ class Step
|
|||||||
puts_command
|
puts_command
|
||||||
|
|
||||||
start_time = Time.now
|
start_time = Time.now
|
||||||
run_command = "#{@command} &>#{log_file_path}"
|
run_command = "#{@command} &>'#{log_file_path}'"
|
||||||
if run_command.start_with? 'git '
|
if run_command.start_with? 'git '
|
||||||
Dir.chdir @repository do
|
Dir.chdir @repository do
|
||||||
`#{run_command}`
|
`#{run_command}`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user