mononoke/integration tests: fix tests after moving dummyssh (#43)

Summary: Pull Request resolved: https://github.com/facebookexperimental/eden/pull/43

Reviewed By: StanislavGlebik

Differential Revision: D23211512

Pulled By: lukaspiatkowski

fbshipit-source-id: 5c831c0d3dfd595647138f98968b91c1660c0856
This commit is contained in:
Lukasz Piatkowski 2020-08-19 04:08:48 -07:00 committed by Facebook GitHub Bot
parent 30150b244e
commit 411a03ee58
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@ EDENSCM_BINS = {
# fbcode repos have the same folder layout) # fbcode repos have the same folder layout)
OSS_DEPS = { OSS_DEPS = {
"BINARY_HGPYTHON": "python2.7", "BINARY_HGPYTHON": "python2.7",
"DUMMYSSH": "//eden/mononoke/tests/integration/dummyssh.sh", "DUMMYSSH": "//eden/scm/tests/dummyssh3.py",
"RUN_TESTS_LIBRARY": "//eden/scm/tests", "RUN_TESTS_LIBRARY": "//eden/scm/tests",
"TEST_CERTS": "//eden/mononoke/tests/integration/certs", "TEST_CERTS": "//eden/mononoke/tests/integration/certs",
"TEST_FIXTURES": "//eden/mononoke/tests/integration", "TEST_FIXTURES": "//eden/mononoke/tests/integration",

View File

@ -76,6 +76,7 @@ else:
"test-blobimport.t", # Case insensitivity of paths in MacOS "test-blobimport.t", # Case insensitivity of paths in MacOS
"test-bookmarks-filler.t", # Probably missing binary "test-bookmarks-filler.t", # Probably missing binary
"test-cmd-manual-scrub.t", # Just wrong outout "test-cmd-manual-scrub.t", # Just wrong outout
"test-edenapi-server-commit-revlog-data.t", # Missing eden/scm's commands
"test-edenapi-server-complete-trees.t", # Missing eden/scm's commands "test-edenapi-server-complete-trees.t", # Missing eden/scm's commands
"test-edenapi-server-files.t", # Missing eden/scm's commands "test-edenapi-server-files.t", # Missing eden/scm's commands
"test-edenapi-server-history.t", # Missing eden/scm's commands "test-edenapi-server-history.t", # Missing eden/scm's commands