aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/pvscheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh
index 1c03cd4f87..fed50dde53 100755
--- a/scripts/pvscheck.sh
+++ b/scripts/pvscheck.sh
@@ -371,7 +371,7 @@ run_analysis() {(
--output-file PVS-studio.log \
--verbose \
--file build/compile_commands.json \
- || true
+ --sourcetree-root . || true
rm -rf PVS-studio.{xml,err,tsk,html.d}
local plog_args="PVS-studio.log --srcRoot . --excludedCodes V011"