Fix working directory for tracetools_test Python tests

This commit is contained in:
Christophe Bedard 2019-11-25 16:38:07 -08:00
parent f242fc2464
commit 534228557c

View file

@ -147,6 +147,7 @@ if(BUILD_TESTING)
APPEND_ENV AMENT_PREFIX_PATH=${ament_index_build_path}
PYTHONPATH=${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 60
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
endforeach()
endif()