redis/skip-aof-test.patch
Marcus Rueckert 22a36b5a89 - update to 2.6.9
Too many changes to list them here, please refer to
  /usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed patches:
  redis-conf.patch
  skip-aof-test.patch
- dropped patches:
  redis-endian.patch
  redis-2.4.15-linenoise-cflags.patch

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=37
2013-01-22 11:17:07 +00:00

14 lines
408 B
Diff

Index: tests/test_helper.tcl
===================================================================
--- tests/test_helper.tcl.orig
+++ tests/test_helper.tcl
@@ -30,7 +30,7 @@ set ::all_tests {
integration/replication-2
integration/replication-3
integration/replication-4
- integration/aof
+# integration/aof
integration/rdb
integration/convert-zipmap-hash-on-load
unit/pubsub