Skip to content

Commit 00b76f8

Browse files
authored
Fix typo in other.test_cmake (#25023)
1 parent 653db5d commit 00b76f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ def test_cmake(self, test_dir, output_file, cmake_args):
885885

886886
if not shutil.which(conf['build'][0]):
887887
# Use simple test if applicable
888-
print('Skipping %s test for CMake support; build tool found found: %s.' % (generator, conf['build'][0]))
888+
print('Skipping %s test for CMake support; build tool not found: %s.' % (generator, conf['build'][0]))
889889
continue
890890

891891
cmakelistsdir = test_file('cmake', test_dir)

0 commit comments

Comments
 (0)