tests: add make opt-non-debugruntest tests properly read from features

Summary: Various tests were failing when running them wiht `opt` mode on Buck since the `features.py` file was not properly read, which in turn caused various kinds of errors including allowing using rev numbers as valid revsets

Reviewed By: muirdm

Differential Revision: D54392948

fbshipit-source-id: 1008fc258a662791bb753371f6119bf27cd9f68f
This commit is contained in:
Saul Gutierrez 2024-03-01 08:16:45 -08:00 committed by Facebook GitHub Bot
parent 75186245ca
commit 2ed99f4958

View File

@ -17,6 +17,7 @@ OTHER_FILES = [
RUN_TEST_PY_FILES = [
"run-tests.py",
"features.py",
"watchman.py",
"killdaemons.py",
"default_hgrc.py",