Skip to content

Commit

Permalink
Merge pull request #702 from tomato42/correct-test-report
Browse files Browse the repository at this point in the history
dhe-key-share-random: more correct handling of failed tests
  • Loading branch information
tomato42 committed Oct 13, 2020
2 parents 5f145d5 + aa2a9be commit 666221e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test-dhe-key-share-random.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ def main():
bad += 1
failed.append(c_name)

failed_tests = uniqueness_check(variables_check, good + bad)
failed_tests = uniqueness_check(variables_check, good + bad + xfail +
xpass)
if failed_tests:
print("\n".join(failed_tests))
else:
Expand Down

0 comments on commit 666221e

Please sign in to comment.