* Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:
(MainTest.test_default_args):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@165791
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-03-17 Ryosuke Niwa <rniwa@webkit.org>
+
+ webkitpy test rebaseline.
+
+ * Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:
+ (MainTest.test_default_args):
+
2014-03-17 Ryosuke Niwa <rniwa@webkit.org>
--profile should imply --test-runner-count=1 in run-perf-tests
self.assertTrue(options.show_results)
self.assertTrue(options.use_skipped_list)
self.assertEqual(options.repeat, 1)
- self.assertEqual(options.test_runner_count, DEFAULT_TEST_RUNNER_COUNT)
+ self.assertEqual(options.test_runner_count, -1)
def test_parse_args(self):
runner, port = self.create_runner()