Rest-api-spec repo has been merged with elasticsearch proper

Changing the git submodule and moving it top level to avoid traversing
the es source code during test discovery
This commit is contained in:
Honza Král
2013-12-28 17:40:00 +01:00
parent d1e031ac03
commit f7d7931a2d
4 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -1,3 +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 "rest-api-spec"]
path = rest-api-spec
url = https://github.com/elasticsearch/elasticsearch.git
Submodule
+1
Submodule rest-api-spec added at 08a077ffae
@@ -191,9 +191,8 @@ def construct_case(filename, name):
YAML_DIR = environ.get(
'YAML_TEST_DIR',
join(
dirname(__file__),
pardir,
'rest-api-spec', 'test'
dirname(__file__), pardir, pardir,
'rest-api-spec', 'rest-api-spec', 'test'
)
)