diff options
-rwxr-xr-x | scripts/pvscheck.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh index ba7d87e983..54e6241d07 100755 --- a/scripts/pvscheck.sh +++ b/scripts/pvscheck.sh @@ -361,10 +361,10 @@ run_analysis() {( --file build/compile_commands.json \ --sourcetree-root . || true - plog-converter -t xml -o PVS-studio.xml PVS-studio.log - plog-converter -t errorfile -o PVS-studio.err PVS-studio.log - plog-converter -t tasklist -o PVS-studio.tsk PVS-studio.log - plog-converter -t fullhtml -o PVS-studio.html.d PVS-studio.log + 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 + plog-converter -r . -t fullhtml -o PVS-studio.html.d PVS-studio.log )} detect_url() { |