diff options
Diffstat (limited to 'dev-python/redis-py/redis-py-4.0.2.ebuild')
| -rw-r--r-- | dev-python/redis-py/redis-py-4.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/redis-py/redis-py-4.0.2.ebuild b/dev-python/redis-py/redis-py-4.0.2.ebuild index ccefac5ea7ba..d9c474ea7e29 100644 --- a/dev-python/redis-py/redis-py-4.0.2.ebuild +++ b/dev-python/redis-py/redis-py-4.0.2.ebuild @@ -41,8 +41,8 @@ python_test() { # Spawn Redis itself for testing purposes # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox. # I'm not restricting tests yet because this doesn't happen for anyone else AFAICT. - elog "Spawning Redis" - elog "NOTE: Port ${redis_port} must be free" + einfo "Spawning Redis" + einfo "NOTE: Port ${redis_port} must be free" "${EPREFIX}"/usr/sbin/redis-server - <<< "${redis_test_config}" || die # Run the tests |
