[PATCH 4/4] covoar: Control the RLD verbose level from the -v option.
Chris Johns
chrisj at rtems.org
Sat May 5 08:41:00 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 09c86c2..5bed98f 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