зеркало из https://github.com/github/ruby.git
show pathname of failed file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d4440631b7
Коммит
35808bbf4b
|
@ -337,7 +337,7 @@ def read_single_cc_deps(path_i, cwd)
|
|||
files.delete compiler_wd
|
||||
compiler_wd = Pathname(compiler_wd.sub(%r{//\z}, ''))
|
||||
else
|
||||
raise "compiler working directory not found"
|
||||
raise "compiler working directory not found: #{path_i}"
|
||||
end
|
||||
deps = []
|
||||
files.each_key {|dep|
|
||||
|
|
Загрузка…
Ссылка в новой задаче