[PATCH v3 04/22] covoar: Control the RLD verbose level from the -v option.

Chris Johns chrisj at rtems.org
Mon Jun 18 02:29:02 UTC 2018


---
 tester/covoar/covoar.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc
index 9608bc3..eadf0ec 100644
--- a/tester/covoar/covoar.cc
+++ b/tester/covoar/covoar.cc
@@ -227,7 +227,8 @@ int main(
       case 'S': symbolSet           = optarg; break;
       case 'T': target              = optarg; break;
       case 'O': outputDirectory     = optarg; break;
-      case 'v': Verbose             = true;   break;
+      case 'v': Verbose             = true;
+                rld::verbose_inc ();          break;
       case 'p': projectName         = optarg; break;
       case 'd': debug               = true;   break;
       default: /* '?' */
-- 
2.15.1



More information about the devel mailing list