We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc4590 commit 08bbba3Copy full SHA for 08bbba3
test_package/conanfile.py
@@ -2,7 +2,6 @@
2
import os
3
4
from conan import ConanFile
5
-from conan.api.output import ConanOutput
6
from conan.errors import ConanException
7
from conan.tools.cmake import CMake, cmake_layout
8
from conan.tools.build import can_run
@@ -41,7 +40,5 @@ def test(self):
41
40
out = proc.communicate()[0]
42
pass
43
44
- ConanOutput("test package").writeln(out)
45
-
46
if f"Module listening on {sock}" not in out:
47
raise ConanException(f"Simple example failed to start module listening")
0 commit comments