1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #4922 from kaspar030/fix_compiletest

dist: tools: compile_test: fix unassigned variable
This commit is contained in:
Oleg Hahm 2016-02-29 15:17:17 +01:00
commit 3df238640d

View File

@ -49,6 +49,7 @@ def is_tracked(application_folder):
return True
def get_results_and_output_from(fd):
read_more_output = True
results_prefix = 'Building for '
output_prefix = 'Building application '
prev_results = False