From 9e68045f91656770dd56ca77ddef55ab28d2d12c Mon Sep 17 00:00:00 2001 From: Xiaowu Zhang <xiaowu.zhang@nexedi.com> Date: Tue, 28 Aug 2018 18:18:26 +0200 Subject: [PATCH] stack/erp5: don't use CamelCase for variable --- stack/erp5/buildout.hash.cfg | 2 +- stack/erp5/instance-zope.cfg.in | 4 ++-- stack/erp5/template/run-zelenium-test.py.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stack/erp5/buildout.hash.cfg b/stack/erp5/buildout.hash.cfg index a4238de03..b115604e8 100644 --- a/stack/erp5/buildout.hash.cfg +++ b/stack/erp5/buildout.hash.cfg @@ -82,7 +82,7 @@ md5sum = 3e650915959ff31c9c13c84069bbcd35 [template-zope] filename = instance-zope.cfg.in -md5sum = ea20f40f33f8d6f702b43f9e25bd516e +md5sum = e73678921067506e710ae11e41f0a9a8 [template-balancer] filename = instance-balancer.cfg.in diff --git a/stack/erp5/instance-zope.cfg.in b/stack/erp5/instance-zope.cfg.in index 2d7535301..3864c7f9a 100644 --- a/stack/erp5/instance-zope.cfg.in +++ b/stack/erp5/instance-zope.cfg.in @@ -73,7 +73,7 @@ ca-crl = ${directory:test-ca-crl} configuration = {{ dumps(saucelabs_dict) }} user = {{ dumps(slapparameter_dict['inituser-login']) }} password = {{ dumps(slapparameter_dict['inituser-password']) }} -binPath = {{ bin_directory }}/{{ parameter_dict['egg-interpreter'] }} +bin-path = {{ bin_directory }}/{{ parameter_dict['egg-interpreter'] }} [{{ section('test-zelenium-runner') }}] <= jinja2-template-base @@ -85,7 +85,7 @@ context = key configuration test-zelenium-runner-parameter:configuration key user test-zelenium-runner-parameter:user key password test-zelenium-runner-parameter:password - key binPath test-zelenium-runner-parameter:binPath + key bin_path test-zelenium-runner-parameter:bin-path {% else -%} {% if slapparameter_dict['mysql-test-url-list'] -%} [{{ section('run-unit-test-userhosts-wrapper') }}] diff --git a/stack/erp5/template/run-zelenium-test.py.in b/stack/erp5/template/run-zelenium-test.py.in index cd5a47eb2..5ce76313b 100644 --- a/stack/erp5/template/run-zelenium-test.py.in +++ b/stack/erp5/template/run-zelenium-test.py.in @@ -1,4 +1,4 @@ -#!{{ binPath }} +#!{{ bin_path }} # BEWARE: This file is operated by slapgrid # BEWARE: It will be overwritten automatically -- 2.30.9