aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/pvscheck.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh
index 54e6241d07..9916a838b6 100755
--- a/scripts/pvscheck.sh
+++ b/scripts/pvscheck.sh
@@ -361,6 +361,7 @@ run_analysis() {(
--file build/compile_commands.json \
--sourcetree-root . || true
+ rm -rf PVS-studio.{xml,err,tsk,html.d}
plog-converter -r . -t xml -o PVS-studio.xml PVS-studio.log
plog-converter -r . -t errorfile -o PVS-studio.err PVS-studio.log
plog-converter -r . -t tasklist -o PVS-studio.tsk PVS-studio.log