mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Output files are being created one level above the current directory #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run trucov over a project with a command that will produce output files
(i.e. report, render, render_report), but don't specify an output directory
2. Get a directory listing
3. Notice no output files were created in the current directory
4. Go to the cwd's parent directory and do another directory listing.
5. Notice all the output files are in the parent directory.

What is the expected output? What do you see instead?
Trucov should create all the output files in the current working directory
if no output directory was specified. Instead the output files are being
created in the parent directory.

Original issue reported on code.google.com by william....@gmail.com on 19 Sep 2009 at 11:54

GoogleCodeExporter commented 9 years ago
When you use the -c flag, output files are not created anywhere?

1) Run trucov over a project with the -c option (use report, render, or 
render_report)
2) get directory listing : notice no output files
3) Go to cwd's parent
4) get directory listing : notice no output files

Original comment by millerlyte87@gmail.com on 20 Sep 2009 at 12:45

GoogleCodeExporter commented 9 years ago

Original comment by yekyaw.wsu@gmail.com on 20 Sep 2009 at 1:36

GoogleCodeExporter commented 9 years ago

Original comment by william....@gmail.com on 22 Sep 2009 at 3:45