Closed stonier closed 11 years ago
Actually happening on stacks with tests too.
Perhaps the following is the problem:
-- Using CATKIN_TEST_RESULTS_DIR: /home/rosbuild/hudson/workspace/doc-hydro-ecl_core/rosdoc_lite/build/test_results
OSError: [Errno 2] No such file or directory: '/home/rosbuild/hudson/workspace/doc-hydro-ecl_core/test_results'
Trying to delete the wrong directory?
It was not checking if the folder actually exists before removing it. Fixed in 350af04d6ece6f275afcd2b041b39a33e658854e.
I'm getting doc indexing fails on packages which have no tests. This seems to be happening to ros packages as well:
with error:
Needs to quietly catch the exception if no directory exists?