Package: node-redis / 0.12.1-2

Metadata

Package Version Patches format
node-redis 0.12.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 launch_redis server_during_test.patch | (download)

test.js | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 launch an instance of redis-server during tests
 and kill it at the end.
 .
 Upstream rejected this patch since it requires a more specific
0002 test_fix_colors_during_build.patch | (download)

test.js | 15 12 + 3 - 0 !
1 file changed, 12 insertions(+), 3 deletions(-)

 disable colors during test if node_disable_colors
 environment variable is set.