diff --git a/buildscripts/resmokelib/run/__init__.py b/buildscripts/resmokelib/run/__init__.py index bc08a199e12..d141c25e32d 100644 --- a/buildscripts/resmokelib/run/__init__.py +++ b/buildscripts/resmokelib/run/__init__.py @@ -1983,14 +1983,6 @@ class RunPlugin(PluginInterface): "--buildId", dest="build_id", metavar="BUILD_ID", help="Sets the build ID of the task." ) - evergreen_options.add_argument( - "--buildloggerUrl", - action="store", - dest="buildlogger_url", - metavar="URL", - help="The root url of the buildlogger server.", - ) - evergreen_options.add_argument( "--distroId", dest="distro_id", diff --git a/buildscripts/tests/resmokelib/test_parser.py b/buildscripts/tests/resmokelib/test_parser.py index a7caa3c7f8a..fb3a7ef5209 100644 --- a/buildscripts/tests/resmokelib/test_parser.py +++ b/buildscripts/tests/resmokelib/test_parser.py @@ -279,7 +279,6 @@ class TestLocalCommandLine(unittest.TestCase): "run", "--suites=my_suite", "--log=buildlogger", - "--buildloggerUrl=some_url", "--storageEngine=my_storage_engine", ] )