Commit 3a6bd0b2 authored by Ivan Tyagov's avatar Ivan Tyagov

Run SQLite tests as well.

parent 81a79267
......@@ -3,6 +3,13 @@
neotestrunner={{ neotestrunner }}
# SQLite backend
export NEO_TESTS_ADAPTER=SQLite
exec $neotestrunner -ufz
# MySQL as backend
export MYSQL_UNIX_PORT={{ my_cnf_parameters.socket }}
export NEO_TESTS_ADAPTER=MySQL
exec $neotestrunner -ufz
# XXX: parse results and send to Nexedi ERP5
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