From 08f55b786b58b3e0f8310e02683a0e1761c5b6bf Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 31 Aug 2010 11:17:06 +0200 Subject: faster server starting in Redis tests --- tests/unit/other.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/other.tcl') diff --git a/tests/unit/other.tcl b/tests/unit/other.tcl index f0497b62c..5967c722d 100644 --- a/tests/unit/other.tcl +++ b/tests/unit/other.tcl @@ -1,4 +1,4 @@ -start_server {} { +start_server {tags {"other"}} { test {SAVE - make sure there are all the types as values} { # Wait for a background saving in progress to terminate waitForBgsave r -- cgit v1.2.1