Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit 48cfd1b

Browse files
committed
Do not create redis pid file.
Add rbx to rubies test script.
1 parent e5db69f commit 48cfd1b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
Gemfile.lock
66
coverage/
77
examples/demo/tmp
8-
doc/
8+
doc/
9+
.rbx/

bin/test-rubies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -e
1111
# echo the commands we execute
1212
set -o verbose
1313
# ruby versions to test.
14-
TEST_RUBIES="ruby-1.8.7-p358,ruby-1.9.2-p320,ruby-1.9.3-p0,jruby-1.6.7.2"
14+
TEST_RUBIES="ruby-1.8.7-p358,ruby-1.9.2-p320,ruby-1.9.3-p0,jruby-1.6.7.2,rbx-2.0.testing"
1515
# install dependencies.
1616
rvm $TEST_RUBIES do bundle
1717
# run unit tests

test/redis-test.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ daemonize yes
66

77
# When run as a daemon, Redis write a pid file in /var/run/redis.pid by default.
88
# You can specify a custom pid file location here.
9-
pidfile ./test/redis-test.pid
9+
#pidfile ./test/redis-test.pid
1010

1111
# Accept connections on the specified port, default is 6379
1212
port 9736

0 commit comments

Comments
 (0)