This commit is contained in:
Honza Kral
2013-08-08 18:06:07 +02:00
parent 11e5746eb1
commit 97257c872d
+1 -1
View File
@@ -37,7 +37,7 @@ def setup():
return
# check installed
if subprocess.call('which vim >/dev/null 2>&1', shell=True) != 0:
if subprocess.call('which elasticsearch >/dev/null 2>&1', shell=True) != 0:
raise SkipTest("No Elasticsearch server, skipping integration tests.")
args = {