From 0b53eaed725475f156a99285de8ee2f6f8a8c437 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Tue, 29 Sep 2015 12:35:44 -0400 Subject: [PATCH] fix elasticsearch script reference debug doesn't point to correct script name Change-Id: I5b9486c8e3e1b033fcf7eb3119553f34a16c91bf --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f8c1f3ff..0de2e4d7 100644 --- a/tox.ini +++ b/tox.ini @@ -125,7 +125,7 @@ commands = bash -x {toxinidir}/setup-test-env-pgsql.sh oslo_debug_helper {posarg [testenv:debug-elastic] setenv = OS_TEST_PATH=ceilometer/tests/functional -commands = bash -x {toxinidir}/setup-test-env-elastic.sh oslo_debug_helper {posargs} +commands = bash -x {toxinidir}/setup-test-env-es.sh oslo_debug_helper {posargs} [flake8] ignore =