From 5073cdfcaaea736c6c80d268fbbb9b17b8083170 Mon Sep 17 00:00:00 2001 From: Utsav Dusad Date: Fri, 10 Apr 2015 23:22:05 +0530 Subject: [PATCH] Automate Bash style check bashates all scripts under labs folder. Change-Id: I99b3fbf7ee3eee41a1917cba236f78dc68f155e3 Closes-Bug: #1430649 --- test-requirements.txt | 1 + tox.ini | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index c43dfd1e..de77c7b5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,3 +7,4 @@ pbr>=0.6,<1.0 oslosphinx sphinx>=1.1.2,<1.2 hieroglyph>=0.5 +bashate # pep8 equivalent for bash scripts diff --git a/tox.ini b/tox.ini index 13f948bb..62266c79 100644 --- a/tox.ini +++ b/tox.ini @@ -29,6 +29,11 @@ commands = # Build training labs scripts bash {toxinidir}/tools/generatelabs +[testenv:bashate_check] +commands = + # Bashate all scripts + bash -c "find labs/ -iname '*.sh' -print0 | xargs -0 bashate" + [doc8] # Settings for doc8: # File extensions to use