edlins / libPCA9685

superfast PCA9685 library for Debian platforms. developed on Raspbian on a Pi B+.
MIT License
13 stars 8 forks source link

olaclient can't create log as olad in Travis, running as root #72

Open edlins opened 5 years ago

edlins commented 5 years ago

From https://travis-ci.org/edlins/libPCA9685/builds/489310992 (build 268):

$ cat /var/log/olaclient.log
cat: /var/log/olaclient.log: No such file or directory
The command "cat /var/log/olaclient.log" exited with 1.

Current work-around is commenting out the cat command from .travis.yml.

edlins commented 5 years ago

Fixed olaclient unit file to run as root instead of olad. Need to confirm this actually works in dev env.