From a36a27b8ca85adf57b2a9926a53e74e3a3863d3d Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 11 Oct 2020 15:38:53 +0200 Subject: Added leak verbose --- src/test/test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/test/test.py') diff --git a/src/test/test.py b/src/test/test.py index b487f10..238ba66 100644 --- a/src/test/test.py +++ b/src/test/test.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/06/16 21:48:50 by charles #+# #+# # -# Updated: 2020/10/09 11:00:57 by cacharle ### ########.fr # +# Updated: 2020/10/11 14:09:04 by cacharle ### ########.fr # # # # ############################################################################ # @@ -61,6 +61,8 @@ class Test: self.hook = [] self.hook_status = [] captured = self._run_sandboxed([*config.VALGRIND_CMD, "-c"]) + if config.VERBOSE_LEVEL == 2: + print(captured.output) self.result = Result.leak(self.full_cmd, captured.output) self.result.put(index) return -- cgit