From: Carl Hetherington Date: Wed, 12 Nov 2014 22:33:04 +0000 (+0000) Subject: test() should return result. X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=226736f02a3bb9f8030b10feb7ff8f5126cdb9ff;p=cdist.git test() should return result. --- diff --git a/cdist b/cdist index 812f06d..2b98865 100755 --- a/cdist +++ b/cdist @@ -284,7 +284,7 @@ class Target(object): project.checkout(self) self.build_dependencies(project) self.build(project) - project.cscript['test'](self) + return project.cscript['test'](self) def set(self, a, b): self.variables[a] = b