ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
81 stars 96 forks source link

The command `$test_result_EXECUTABLE test-result --help` always fails #927

Closed falfab closed 2 years ago

falfab commented 2 years ago

The script checks for the existence of $test_result_EXECUTABLE by executing $test_result_EXECUTABLE test-result --help. This command is always failing because it requires to specify the test-result-base argument if a build folder is not present.

cottsay commented 2 years ago

Duplicate of #875