Skip to content

Commit

Permalink
Output test logs on failure in Conan build
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Jan 10, 2022
1 parent 23df660 commit 7411f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def build(self):
cmake.build()

if self.options.with_tests:
cmake.test()
cmake.test(output_on_failure=True)

def package(self):
cmake = self._create_cmake()
Expand Down

0 comments on commit 7411f70

Please sign in to comment.