Commit 84731d49 authored by Ivan Tyagov's avatar Ivan Tyagov

X checkpoint commit

parent 4eebbcc2
......@@ -15,7 +15,7 @@ SUMMARY_RE = re.compile( \
# NEO specific environment
TEMP_DIRECTORY = '{{neo_temp_directory}}/neotest_tmp'
MYSQL_UNIX_PORT = '{{my_cnf_parameters.socket}}'
NEO_TESTS_ADAPTER = 'MySQL'
NEO_TESTS_ADAPTER = 'MySQL' # XXX: we can have SQLite as well!
RUN_NEO_TESTS_COMMAND = '{{ neotestrunner }}'
def parseTestStdOut(data):
......
......@@ -5,6 +5,15 @@ extends =
parts + =
runTestSuite.in
eggs
[eggs]
recipe = zc.recipe.egg
eggs =
erp5.util
entry-points =
runTestSuite=erp5.util.testsuite:runTestSuite
scripts =
runTestSuite
[download-file]
recipe = slapos.recipe.build:download
......
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