Rally.py bug fix

Issue with increment

Change-Id: I2562c0587a5941d1961d65d28cc1ca5251953735
This commit is contained in:
Joe
2016-02-11 18:27:50 -05:00
parent e9c6e1aa6b
commit 189fd12389

View File

@@ -156,7 +156,7 @@ class Rally:
self.gen_scenario_html(task_id, test_name)
else:
self.logger.error("Cannot find task_id")
self.error_count.bit +=1
self.error_count +=1
for data in glob.glob("./{}*".format(test_name)):
shutil.move(data, result_dir)