trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

Skip logfile creation when -lt parameter is missing #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Build an existing executable with map file
2. Run the executable without the parameter for logfile creation (-lt)

What is the expected output? What do you see instead?

A "Delphi-Code-Coverage-Debug.log" has been created in the output directory (as 
described by the help). In my opinion it would be reasonable to skip logfile if 
parameter -lt is missing. That is:

1) -lt is missing => no logfile
2) -lt was set without filename => default logfile
3) -lt was set with filename => use filename for log

What version of the product are you using? On what operating system?

1.0 RC8, Windows 7 Professional 64bit

Original issue reported on code.google.com by tkaelin....@gmail.com on 28 Sep 2012 at 5:53

GoogleCodeExporter commented 9 years ago
Could you provide some example exe and command line with which you run it, I 
can't seem to reproduce this issue. Currently it should not create log file 
when -lt is not specified

Original comment by e.kotlya...@gmail.com on 1 Oct 2012 at 10:42

GoogleCodeExporter commented 9 years ago
Can't reproduce it either. Maybe I had a logfile floating around from previous 
expereriments in my output directory. Sorry for inconvenience.

Original comment by tkaelin....@gmail.com on 4 Oct 2012 at 10:46

GoogleCodeExporter commented 9 years ago

Original comment by e.kotlya...@gmail.com on 16 Oct 2012 at 4:19