Hi!
Is there any way to change in the output path the automatically added date and scan-build run number (2013-08-29-1) to sometheing else?
Are the hash parts of the generated html report files unique?
Thanks in advance!
Br,
George
Hi!
Is there any way to change in the output path the automatically added date and scan-build run number (2013-08-29-1) to sometheing else?
Are the hash parts of the generated html report files unique?
Thanks in advance!
Br,
George
Hi György,
the `scan-build -o <output location> ...` isn't doing that you want?
Regards,
Laszlo
Hi Laszlo!
My question is that can I change the date part of the output location which the scan-build adds automatically?
If I give the “scan-build -o ./checkresults” command it generates the output into “./checkresults/2013-08-29-1” and I would like to change it when I give “scan-build -o ./checkresults” it generates the output to “./checkresults/MyCheckResults-1”
Instead of the date it adds some other value to the output path.
Br,
George
Szia György,
now i get the question right. checked the scan-build source, and it
looks like it puts always this extra $date-$hash as extra on the path.
you can try to comment out the GetHTMLRunDir call and see what it
makes.
Regards,
Laszlo