[PATCH 4/4] covoar: Control the RLD verbose level from the -v option.
Joel Sherrill
joel at rtems.org
Sat May 5 14:22:03 UTC 2018
Seems obvious. Push it.
On Sat, May 5, 2018, 3:41 AM Chris Johns <chrisj at rtems.org> wrote:
> ---
> 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
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20180505/4d14387b/attachment-0002.html>
More information about the devel
mailing list