Merge pull request #16058 from aabadie/pr/tools/compile_and_for_board_fix_lint
tools/compile_and_test_for_board: fix lint
This commit is contained in:
commit
65ffb4261c
@ -475,7 +475,7 @@ class RIOTApplication():
|
||||
if output is not None:
|
||||
if self.testcase:
|
||||
self.testcase.stdout += output + '\n'
|
||||
return output
|
||||
return
|
||||
|
||||
# Run setup-tasks, output is only kept in case of error
|
||||
for taskname, taskargs in setuptasks.items():
|
||||
@ -494,7 +494,6 @@ class RIOTApplication():
|
||||
if self.testcase:
|
||||
self.testcase.stdout += output + '\n'
|
||||
self._write_resultfile(name, 'success', output)
|
||||
return output
|
||||
except subprocess.CalledProcessError as err:
|
||||
self._make_handle_error(name, err)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user