cloudlinux / libcare

libcare -- Patch Userspace Code in Live Processes
GNU General Public License v2.0
145 stars 57 forks source link

non-root tests #13

Closed paboldin closed 6 years ago

paboldin commented 6 years ago

Run test executables as children of libcare-ctl server so that no special permissions are required for tests.

pborzenkov commented 6 years ago

@paboldin I get the following while trying to run the tests:

./run_tests.sh SERVER_PID=235357 ./run_tests.sh: line 55: /home/pbor/src/github.com/cloudlinux/libcare/tests/../src/libcare-client: No such file or directory

paboldin commented 6 years ago

@pborzenkov, @OlnN thank you for review!