Commit 81a79267 authored by Ivan Tyagov's avatar Ivan Tyagov

X instance/bin/runTestSuite generation works

but running it shows a lot of errors. Will investigate
parent 2d9fd069
......@@ -36,6 +36,7 @@ template = {{ runTestSuite_in }}
mode = 0755
context =
section my_cnf_parameters my-cnf-parameters
raw neotestrunner {{ bin_directory }}/neotestrunner
{% set master_list = [] -%}
......
#!/bin/bash
echo "WorkS3333332?"
# XXX ^^^ bash better also be generated, but is draftly ok as it is now
neotestrunner={{ neotestrunner }}
export MYSQL_UNIX_PORT={{ my_cnf_parameters.socket }}
export NEO_TESTS_ADAPTER=MySQL
exec $neotestrunner -ufz
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