[rtems-tools commit] covoar: Control the RLD verbose level from the -v option.
Chris Johns
chrisj at rtems.org
Tue Jun 19 03:43:00 UTC 2018
Module: rtems-tools
Branch: master
Commit: cdfc56a9c9e304c9a479087a3a937ff8e3c06b59
Changeset: http://git.rtems.org/rtems-tools/commit/?id=cdfc56a9c9e304c9a479087a3a937ff8e3c06b59
Author: Chris Johns <chrisj at rtems.org>
Date: Tue May 8 15:09:41 2018 +1000
covoar: Control the RLD verbose level from the -v option.
---
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: /* '?' */
More information about the vc
mailing list