pipe correction and some other small changes in test system

This commit is contained in:
Ilia Filippov
2013-10-01 18:01:29 +04:00
parent 1c858c34f7
commit b2cf0209b1
3 changed files with 14 additions and 8 deletions

View File

@@ -353,8 +353,12 @@ def validation_run(only, only_targets, reference_branch, number, notify, update,
else:
common.check_tools(1)
if only_targets != "":
only_targets += " "
only_targets = only_targets.replace("generic "," generic-4 generic-16 ")
only_targets_t = only_targets.split(" ")
for i in only_targets_t:
if i == "":
continue
err = True
for j in range(0,len(targets_t)):
if i in targets_t[j]: