fixing buildspace scrubber
This commit is contained in:
parent
24a6d374ae
commit
3b10dc066a
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
# Scrub old ROS bin dirs, to avoid accidentally finding the wrong executables
|
||||
PATH=`python -c "import os; print(os.pathsep.join([x for x in \"$PATH\".split(os.pathsep) if not any([d for d in ['cturtle', 'diamondback', 'electric', 'unstable', 'fuerte'] if d in x])]))"`
|
||||
PATH=`python -c "import os; print(os.pathsep.join([x for x in \"$PATH\".split(os.pathsep) if not any([d for d in ['cturtle', 'diamondback', 'electric', 'unstable'] if d in x])]))"`
|
||||
|
||||
export ROS_ROOT=@CMAKE_SOURCE_DIR@/ros
|
||||
export ROS_TEST_RESULTS_DIR=@CMAKE_BINARY_DIR@/test_results
|
||||
|
|
Loading…
Reference in New Issue