Add info for the testsuite execution

This commit is contained in:
Michal Schorm 2019-05-21 10:54:34 +02:00
parent e9a42f0845
commit 79c3b16ee6

View File

@ -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