/etc/init.d/redis-server stop || true
sleep 1
NODE_PATH=debian/tests/test_modules \
	mocha --timeout 30000 `ls ./test/*.js ./test/commands/*.js|grep -v -f debian/tests/excluded_tests`
