Re: [PATCH v2] covoar: fix the extension mismatch in trace file

2018-05-12 Thread Chris Johns
On 13/5/18 3:38 pm, thelunatic wrote: > - read the trace files with .exe.cov extention > --- > tester/covoar/covoar.cc | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc > index 5bed98f..f03edc7 100644 > --- a/tester/cov

[PATCH v2] covoar: fix the extension mismatch in trace file

2018-05-12 Thread thelunatic
- read the trace files with .exe.cov extention --- tester/covoar/covoar.cc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc index 5bed98f..f03edc7 100644 --- a/tester/covoar/covoar.cc +++ b/tester/covoar/covoar.cc @@ -317,11