Skip to content

Commit b02159a

Browse files
committed
printing out
1 parent d51d2b6 commit b02159a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/toolchains/cmake/test_cmake_toolchain_win_clang.py

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def test_clang_visual_studio_generator(self, client):
152152
client.run("create . --name=pkg --version=0.1 -pr=clang -s compiler.runtime=dynamic "
153153
"-s compiler.cppstd=17 -s compiler.runtime_version=v143 "
154154
'-c tools.cmake.cmaketoolchain:generator="{}"'.format(generator))
155+
print(client.out)
155156
assert 'cmake -G "{}"'.format(generator) in client.out
156157
assert "MSVC-like command-line" in client.out
157158
# My local is 17, but CI ClangCL still 16

0 commit comments

Comments
 (0)