Skip to content

Commit

Permalink
Update unixbench.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Scemoon committed Jan 21, 2015
1 parent c6fcfc6 commit 1f015ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unixbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __match_index(self, file):
result_lines = utils.read_all_lines(file)
# flag_dic = {}
for parallel in self.parallels:
re_match = "\d+ CPU\s? in system; running %d parallel cop\S+ of tests" % parallel
re_match = "\d+ CPU\S? in system; running %d parallel cop\S+ of tests" % parallel

parallel_result_dic = result_dic.copy()
for line in result_lines:
Expand Down

0 comments on commit 1f015ac

Please sign in to comment.