[mariadb] put back, what was accidentally removed

Jakub QB Dorňák jdornak at fedoraproject.org
Fri Feb 6 12:24:06 UTC 2015


commit 52a503bde9bd54db25b3de110c729246e012fb22
Author: Jakub Dorňák <jdornak at redhat.com>
Date:   Fri Feb 6 13:22:55 2015 +0100

    put back, what was accidentally removed

 mariadb.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index 8f6e843..fb7042b 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -822,9 +822,10 @@ export MTR_BUILD_THREAD=%{__isa_bits}
 (
   cd mysql-test
   perl ./mysql-test-run.pl --force --retry=0 --ssl \
+    --skip-test-list=rh-skipped-tests.list \
     --suite-timeout=720 --testcase-timeout=30 \
     --mysqld=--binlog-format=mixed --force-restart \
-    --shutdown-timeout=60 --max-test-fail=0 || :
+    --shutdown-timeout=60 --max-test-fail=0
   # cmake build scripts will install the var cruft if left alone :-(
   rm -rf var
 )


More information about the scm-commits mailing list