diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-12 22:33:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-12 22:33:04 +0000 |
| commit | 226736f02a3bb9f8030b10feb7ff8f5126cdb9ff (patch) | |
| tree | 685e631fd5de0212e87b3cb3abba415decd949af | |
| parent | be4638a804ed5a94058f10de81da6aa41a6e13be (diff) | |
test() should return result.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
