From 79c3b16ee6f2dc93aa22905d845855bad8d9f87c Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 21 May 2019 10:54:34 +0200 Subject: [PATCH] Add info for the testsuite execution --- mariadb-connector-c.spec | 1 + 1 file changed, 1 insertion(+) 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