Skip to content

Commit 7411f70

Browse files
committed
Output test logs on failure in Conan build
1 parent 23df660 commit 7411f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def build(self):
6060
cmake.build()
6161

6262
if self.options.with_tests:
63-
cmake.test()
63+
cmake.test(output_on_failure=True)
6464

6565
def package(self):
6666
cmake = self._create_cmake()

0 commit comments

Comments
 (0)