From dda31839aa186a9d86c7e9c5c8049e8c3357c073 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 10 Jul 2019 20:20:39 +0200 Subject: Turn bashate warnings into errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also fixes the warning. Change-Id: Ia24208590994418dc8a200e7336cf8a62f0976d3 Signed-off-by: Cédric Ollivier --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e512141b..a58833c0 100644 --- a/tox.ini +++ b/tox.ini @@ -48,4 +48,4 @@ commands = nosetests functest_kubernetes basepython = python2.7 files = build.sh -commands = bashate {[testenv:bashate]files} +commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files} -- cgit 1.2.3-korg