| Index: sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py
|
| diff --git a/sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py b/sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py
|
| index 5bb406039844a2e49e68e0b3a713fa91a5d92039..0178a9d410b4805533ee4dca68446a267c895160 100644
|
| --- a/sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py
|
| +++ b/sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py
|
| @@ -139,8 +139,6 @@ class MainTest(unittest.TestCase):
|
| '--output-json-path=a/output.json',
|
| '--slave-config-json-path=a/source.json',
|
| '--test-results-server=somehost',
|
| - '--additional-drt-flag=--enable-threaded-parser',
|
| - '--additional-drt-flag=--awesomesauce',
|
| '--repeat=5',
|
| '--test-runner-count=5',
|
| '--debug'])
|
| @@ -156,7 +154,6 @@ class MainTest(unittest.TestCase):
|
| self.assertEqual(options.output_json_path, 'a/output.json')
|
| self.assertEqual(options.slave_config_json_path, 'a/source.json')
|
| self.assertEqual(options.test_results_server, 'somehost')
|
| - self.assertEqual(options.additional_drt_flag, ['--enable-threaded-parser', '--awesomesauce'])
|
| self.assertEqual(options.repeat, 5)
|
| self.assertEqual(options.test_runner_count, 5)
|
|
|
|
|