Commit 39377bee authored by Jérome Perrin's avatar Jérome Perrin

shellcheck

parent d6640e08
......@@ -15,4 +15,4 @@
[template]
filename = instance.cfg
md5sum = a073f55bc315f7046b88ad9971cf04fc
md5sum = be7d3a7c36fa8767feca43376768fb68
......@@ -119,6 +119,7 @@ recipe = slapos.recipe.template:jinja2
rendered = $${create-directory:etc}/$${:_buildout_section_name_}
template = inline:
export PATH=${coreutils:location}/bin:${curl:location}/bin:${openssl:location}/bin:${jq:location}/bin:${sed:location}/bin:${grep:location}/bin:${git:location}/bin:${libxslt:location}/bin:${socat:location}/bin:${lmsensors:location}/bin:${rsync:location}/bin/:${buildout:bin-directory}:$PATH
export PATH=${shellcheck:location}/bin/:$PATH
export SLAPOS_TEST_IPV4=$${slap-configuration:ipv4-random}
export SLAPOS_TEST_IPV6=$${slap-configuration:ipv6-random}
export SLAPOS_TEST_EGGS_DIRECTORY=$${buildout:eggs-directory}
......@@ -161,6 +162,11 @@ template =
cwd="""$${caucase:location}""",
summaryf=PyLint.summary,
)
TestCase(
"caucase:shellcheck",
['shellcheck', 'shell/caucase.sh'],
cwd="""$${caucase:location}""",
)
TestCase(
"erp5.util",
['python', '-m', 'unittest', 'discover', '-v', '--start', 'erp5/tests/'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment