Skip to content

Commit

Permalink
tests: add make opt-non-debugruntest tests properly read from features
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sggutier authored and facebook-github-bot committed Mar 1, 2024
1 parent 7518624 commit 2ed99f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eden/scm/tests/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ OTHER_FILES = [

RUN_TEST_PY_FILES = [
"run-tests.py",
"features.py",
"watchman.py",
"killdaemons.py",
"default_hgrc.py",
Expand Down

0 comments on commit 2ed99f4

Please sign in to comment.