Closed falfab closed 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.
$test_result_EXECUTABLE
$test_result_EXECUTABLE test-result --help
test-result-base
build
Duplicate of #875
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 thetest-result-base
argument if abuild
folder is not present.