From 2d8f1451a1e330a51c601a75daef460be5c1fb92 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Wed, 22 Jan 2014 19:54:58 +0100 Subject: [PATCH] There is no r.pseudo_result field anywhere... Signed-off-by: Tobias Ulmer --- local/e2tool.lua | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/local/e2tool.lua b/local/e2tool.lua index fc2589d..4ce6c85 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -2070,18 +2070,17 @@ function e2tool.pbuildid(info, resultname) end r.envid = envid(info, resultname) hash.hash_line(hc, r.envid) - if not r.pseudo_result then - local location = e2tool.resultbuildscript(info.results[resultname].directory) - local f = { - server = info.root_server_name, - location = location, - } - local fileid, re = e2tool.fileid(info, f) - if not fileid then - return false, e:cat(re) - end - hash.hash_line(hc, fileid) -- build script hash + + local location = e2tool.resultbuildscript(info.results[resultname].directory) + local f = { + server = info.root_server_name, + location = location, + } + local fileid, re = e2tool.fileid(info, f) + if not fileid then + return false, e:cat(re) end + hash.hash_line(hc, fileid) -- build script hash for _,f in ipairs(e2tool_ftab.resultid) do local rhash, re = f(info, resultname) -- 2.39.5