mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
Merge commit '2aec38f9ec67bfbdccbdb3a5c25913e5a9ba6136' into develop
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user