SHA256
1
0
forked from pool/mariadb

Accepting request 772109 from home:pgajdos:mariadb

- disable testing with rpm macros as it does not work as for 10.3,
  needs to be investigated

OBS-URL: https://build.opensuse.org/request/show/772109
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=245
This commit is contained in:
Kristyna Streitova 2020-02-07 14:55:55 +00:00 committed by Git OBS Bridge
parent 1282760f38
commit 7d1e589cb7
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#
%mysql_testserver_start(u:p:t:) \
exit 0 \
TEST_RUN_DIR=%{__mysql_test_run_dir} \
TEST_USER="%{-u:%{-u*}}" \
if [ -z "$TEST_USER" ]; then \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 7 12:47:56 UTC 2020 - pgajdos@suse.com
- disable testing with rpm macros as it does not work as for 10.3,
needs to be investigated
-------------------------------------------------------------------
Wed Feb 5 14:08:30 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>