Switch to using git submodules for the yaml tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "test_elasticsearch/rest-api-spec"]
|
||||
path = test_elasticsearch/rest-api-spec
|
||||
url = https://github.com/elasticsearch/elasticsearch-rest-api-spec.git
|
||||
Submodule
+1
Submodule test_elasticsearch/rest-api-spec added at f4a65cf008
@@ -188,8 +188,8 @@ YAML_DIR = environ.get(
|
||||
'YAML_TEST_DIR',
|
||||
join(
|
||||
dirname(__file__),
|
||||
pardir, pardir, pardir,
|
||||
'elasticsearch-rest-api-spec', 'test'
|
||||
pardir,
|
||||
'rest-api-spec', 'test'
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user