aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-14 13:35:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-14 13:35:05 +0000
commit22b98dbc6134c01a12fe9b28025cca27b6e0ed89 (patch)
treeb02ce443306ce89ff3fbbd0e79f224f086ba10e5 /tool
parent863106188714f63a1b23ec4e2e5504b2da39c007 (diff)
downloadruby-22b98dbc6134c01a12fe9b28025cca27b6e0ed89.tar.gz
show pathname of failed file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/update-deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/update-deps b/tool/update-deps
index 308c4b3c74..4c20052263 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -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|