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

Commit 89668bd2 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 22208 into eclair

* changes:
  Fixed the missing EOL in last line of crashed tests list file. Also fixed some whitespaces.
parents 41ceb907 5080b673
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.