]> git.e2factory.org Git - e2factory.git/commitdiff
show path to build-script in error message
authorrk@emlix.com <rainer.keller@emlix.com>
Thu, 30 Apr 2009 09:07:32 +0000 (11:07 +0200)
committerrk@emlix.com <rainer.keller@emlix.com>
Thu, 30 Apr 2009 09:07:32 +0000 (11:07 +0200)
local/e2tool.lua

index 0da70761d773cc69cac692057530277251f56c94..5974ee35a823c51a2b350d0d306eb23ae5e06b07 100644 (file)
@@ -1701,7 +1701,7 @@ function e2tool.check_result(info, resultname)
        local build_script = string.format("%s/%s", info.root,
                                                                e2lib.resultbuildscript(resultname))
        if not e2lib.isfile(build_script) then
-               e:append("build-script does not exist")
+               e:append("build-script does not exist: %s", build_script)
        end
        -- stop if we had an error, as the collect_project stuff depends
        -- on a sane result structure