Merge commit '2aec38f9ec67bfbdccbdb3a5c25913e5a9ba6136' into develop

This commit is contained in:
assistant-librarian[bot]
2025-09-19 07:12:19 +00:00
parent 6e7460a434
commit 2d48a99ddd
17 changed files with 287 additions and 162 deletions

View File

@@ -49,7 +49,7 @@ with open('$TEST_FILE', 'r') as f:
if tests:
# Extract just the filename after the last '/'
clean_tests = [os.path.basename(test) for test in tests]
print('ctest -R \"' + '|'.join(clean_tests) + '\"')
print('ctest --output-on-failure -R \"' + '|'.join(clean_tests) + '\"')
else:
print('# No tests to run')
")
@@ -57,5 +57,3 @@ with open('$TEST_FILE', 'r') as f:
echo "$command"
eval "$command"