Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Server Development Platform
-
Fully Compatible
-
ALL
Description
Currently in evergreen for resmoke tasks it logs the resmoke invocation. In evergreen we use --additionalFeatureFlagsFile=all_feature_flags.txt but we suggest developers to use –-runAllFeatureFlagTests.
We should fix the shown invocation to show –-runAllFeatureFlagTests. A simple replace is probably fine.
https://github.com/10gen/mongo/blob/master/buildscripts/resmokelib/run/__init__.py#L279