summaryrefslogtreecommitdiffstats
path: root/tests/unit/printver.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/printver.tcl')
-rw-r--r--tests/unit/printver.tcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unit/printver.tcl b/tests/unit/printver.tcl
new file mode 100644
index 0000000..c80f451
--- /dev/null
+++ b/tests/unit/printver.tcl
@@ -0,0 +1,6 @@
+start_server {} {
+ set i [r info]
+ regexp {redis_version:(.*?)\r\n} $i - version
+ regexp {redis_git_sha1:(.*?)\r\n} $i - sha1
+ puts "Testing Redis version $version ($sha1)"
+}