diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index ac66972..eca6d25 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -124,6 +124,7 @@ install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/my.cnf.d/client.cnf # Run the unit tests # - don't run mytap tests # - ignore the testsuite result for now. Enable tests now, fix them later. +# Note: there must be a database called 'test' created for the testcases to be run pushd unittest/libmariadb/ ctest || : popd