Switch to using git submodules for the yaml tests

This commit is contained in:
Honza Kral
2013-09-23 17:12:14 +02:00
parent ff9623e264
commit 56c77f0bd0
4 changed files with 10 additions and 3 deletions
@@ -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'
)
)