Seems obvious. Push it. On Sat, May 5, 2018, 3:41 AM Chris Johns <chr...@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@rtems.org > http://lists.rtems.org/mailman/listinfo/devel >
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel