Skip to content

Commit

Permalink
[fix](mips): add test info print
Browse files Browse the repository at this point in the history
  • Loading branch information
XingZiiii committed Aug 31, 2024
1 parent 769a4a5 commit ba3c66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def convert_to_float(text):
expected_results = map(convert_to_float, f.readlines())

is_success = True
print(f"{len(test_results)} test results; {len(expected_results)} expected results;")
try:
for no, (test_result, expected_result) in enumerate(
zip(test_results, expected_results, strict=True)
Expand Down

0 comments on commit ba3c66d

Please sign in to comment.