Skip to content

Commit

Permalink
Rest-api-spec repo has been merged with elasticsearch proper
Browse files Browse the repository at this point in the history
Changing the git submodule and moving it top level to avoid traversing
the es source code during test discovery
  • Loading branch information
honzakral committed Dec 28, 2013
1 parent d1e031a commit f7d7931
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions rest-api-spec
Submodule rest-api-spec added at 08a077
1 change: 0 additions & 1 deletion test_elasticsearch/rest-api-spec
Submodule rest-api-spec deleted from b3ab72
5 changes: 2 additions & 3 deletions test_elasticsearch/test_server/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,8 @@ def m(self):
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'
)
)

Expand Down

0 comments on commit f7d7931

Please sign in to comment.