From 226736f02a3bb9f8030b10feb7ff8f5126cdb9ff Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 12 Nov 2014 22:33:04 +0000 Subject: test() should return result. --- cdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3