Is Jenkins running package tests as root?
I recently converted a package to catkin. The unit tests work on my machine, but one of them fails on Jenkins.
The test tries to write calibration information to a non-writable file and directory, which should fail. On my machine running as me, it does. On Jenkins the write succeeds (which it should not).
The simplest explanation is if Jenkins is running the unit tests as root.
Is that being done?
It seems wrong. Can it be changed?
Those tests worked fine on Hudson before the catkin migration.