Skip to content

Commit

Permalink
set ROS_TEST_RESULTS_DIR for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Aug 27, 2012
1 parent 87d81da commit f3d33b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/env-hooks/05.catkin-test-results.bat.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ REM generated from catkin/cmake/env-hooks/05.catkin-test-results.bat.in

if [@ENV_BUILDSPACE@]==[true] (
set CATKIN_TEST_RESULTS_DIR=@CMAKE_BINARY_DIR@/test_results
set ROS_TEST_RESULTS_DIR=%CATKIN_TEST_RESULTS_DIR%
)
1 change: 1 addition & 0 deletions cmake/env-hooks/05.catkin-test-results.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

if @ENV_BUILDSPACE@; then
export CATKIN_TEST_RESULTS_DIR=@CMAKE_BINARY_DIR@/test_results
export ROS_TEST_RESULTS_DIR=$CATKIN_TEST_RESULTS_DIR
fi

0 comments on commit f3d33b4

Please sign in to comment.