Use original 'returncode' from exec command

This commit is contained in:
Ivan Kravets
2015-08-21 19:50:21 +03:00
parent ac3844aa95
commit 5422054ae4

View File

@ -384,8 +384,8 @@ class BasePlatform(object):
raise exception.SConsNotInstalled()
assert "returncode" in result
if self._found_error:
result['returncode'] = 1
# if self._found_error:
# result['returncode'] = 1
if self._last_echo_line == ".":
click.echo("")