mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +03:00
run .t tests for getdeps sapling cli build
Summary: Connect up the sapling *.t tests so that github CI has visible cli test status. To get them to run: * some needed fbpython on path. I included a shim for that in the test makefile target. * test-rust-hooks: Command not found message, added a glob * test-identity.t: add a glob for the sapling version * test-eolfilename.t: output order was unstable, added sorts to make stable * helpers-testrepo.sh: fix assumption that system hg would be able to read test repo, check if its Sapling first. * added a manifest for the hexdump utility some of the tests required * excluded a few remaining tests (see comments in Makefile for reason) * fixed getdeps support for generating actions steps for test only dependencies NB the tests run as "hg". The expectations would need to be updated if we were to run as "sl" X-link: https://github.com/facebook/sapling/pull/963 X-link: https://github.com/facebookincubator/zstrong/pull/1004 Reviewed By: quark-zju Differential Revision: D63958737 Pulled By: ahornby fbshipit-source-id: 75c0d39258c320100d8d02b31390994bc2f3a3ce
This commit is contained in:
committed by
Facebook GitHub Bot
parent
54ad815abd
commit
295872b122
@@ -87,6 +87,7 @@ SCHEMA = {
|
||||
"optional_section": True,
|
||||
"fields": {
|
||||
"run_tests": OPTIONAL,
|
||||
"required_locales": OPTIONAL,
|
||||
},
|
||||
},
|
||||
"crate.pathmap": {"optional_section": True},
|
||||
|
Reference in New Issue
Block a user