Describe the bug
Unable to install after make test success
To reproduce
make test
make
make install
Expected behavior
Make install should execute
Additional information
\o/ All tests passed without errors!
Cleanup: may take some time... OK make[1]: Leaving directory '/tmp/redis-6.0.6/src' root@wmi:/tmp/redis-6.0.6# make install cd src && make install make[1]: Entering directory '/tmp/redis-6.0.6/src'
Hint: It's a good idea to run 'make test' ;)
INSTALL install
INSTALL install
INSTALL install
INSTALL install
INSTALL install
make[1]: Leaving directory '/tmp/redis-6.0.6/src
Comment From: itamarhaber
Hello @VGzsysadm
Thanks for submitting the issue. What appears to be the problem? Is there an error message that you're getting?
Comment From: VGzsysadm
Hello @VGzsysadm
Thanks for submitting the issue. What appears to be the problem? Is there an error message that you're getting?
Just make install seems not executing. I Need to test it with a clean install because was trying to upgrade from an existing installation.
The make test and make ends without errors, but make install just show those logs
Thanks for the quick answer
Comment From: itamarhaber
These are the logs that install produces when successfully executed (it just copies the binaries). Note that if you're upgrading a running Redis server, you'll need to restart it before or after the install.
This appears to be a non-issue so I'll close it - feel free to reopen if needed.