-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Development Platform
-
Fully Compatible
-
ALL
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