Ignore buildprog target status

This commit is contained in:
Ivan Kravets
2016-10-05 22:40:19 +03:00
parent aa8199201f
commit 7bf5d349d7

View File

@ -283,6 +283,8 @@ class PlatformRunMixin(object):
return result return result
def on_run_out(self, line): def on_run_out(self, line):
if "`buildprog' is up to date." in line:
return
self._echo_line(line, level=1) self._echo_line(line, level=1)
def on_run_err(self, line): def on_run_err(self, line):