Unreviewed, build fix.
Fix a build failure caused by assuming the default platform in
a unit test for new-run-webkit-tests instead of specifying
--platform test.
* Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@59117
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-05-10 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, build fix.
+
+ Fix a build failure caused by assuming the default platform in
+ a unit test for new-run-webkit-tests instead of specifying
+ --platform test.
+
+ * Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:
+
2010-05-10 Dirk Pranke <dpranke@chromium.org>
Unreviewed, build-fix
def test_last_results(self):
passing_run(['--platform', 'test', 'fast/html'])
(res, buildbot_output, regular_output) = logging_run(
- ['--print-last-failures'])
+ ['--platform', 'test', '--print-last-failures'])
self.assertEqual(regular_output.get(), ['\n\n'])
self.assertEqual(buildbot_output.get(), [])