Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5080b673 authored by Guang Zhu's avatar Guang Zhu
Browse files

Fixed the missing EOL in last line of crashed tests list file. Also fixed some whitespaces.

parent 404780d6
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -233,7 +233,8 @@ def main(options, args):

  # Create the crash list.
  fp = open(results_dir + "/layout_tests_crashed.txt", "w");
  fp.writelines('\n'.join(crashed_tests))
  for crashed_test in crashed_tests:
    fp.writelines(crashed_test + '\n')
  fp.close()

  # Count the number of tests in each category.