From cd8b88124edb099246d0d0cbbaf270e983097f33 Mon Sep 17 00:00:00 2001 From: SET Date: Fri, 14 Aug 2020 19:58:00 -0300 Subject: [PATCH] Made the extra verbose tests more verborragic. --- tests/utils/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/context.py b/tests/utils/context.py index 413d26ef..d39081eb 100644 --- a/tests/utils/context.py +++ b/tests/utils/context.py @@ -215,7 +215,7 @@ class TestContext(object): # One is enough, 2 can generate tons of data when loading libs cmd.append('-v') if extra_debug: - cmd.append('-v') + cmd.append('-vv') if not no_board_file: if self.mode == MODE_PCB: cmd = cmd+['-b', filename if filename else self.board_file]