Small improvements to -r option (test automation summary)

pull/258/head
Przemek Wirkus 2014-04-07 18:10:04 +01:00
parent c992edfc1a
commit 54408560fd
1 changed files with 0 additions and 1 deletions

View File

@ -384,7 +384,6 @@ def get_result_summary_table():
for test in TESTS:
split = test['id'].split('_')[:-1]
test_id_prefix = '_'.join(split)
print test_id_prefix
if test_id_prefix not in unique_test_id:
unique_test_id.append(test_id_prefix)
unique_test_id.sort()