Skip to content

Commit

Permalink
ctest output on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fhamonic committed Jan 4, 2024
1 parent 0939370 commit 405640c
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 @@ -41,7 +41,7 @@ def build(self):
cmake = CMake(self)
cmake.configure(variables={"ENABLE_TESTING":"ON"})
cmake.build()
cmake.test()
cmake.test(cli_args=["CTEST_OUTPUT_ON_FAILURE=1"])

def package(self):
copy(self, "*.hpp", self.source_folder, self.package_folder)
Expand Down

0 comments on commit 405640c

Please sign in to comment.