ci: Use --status-bugs option for scan-build

This removes the need to check the output directory for files.
This commit is contained in:
Benjamin Berg
2021-06-22 19:54:42 +02:00
parent b4f564cafc
commit 5bda7aef38
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
# This wrapper just disables the malloc checker
exec /usr/bin/scan-build -disable-checker unix.Malloc "$@"
exec /usr/bin/scan-build --status-bugs -disable-checker unix.Malloc "$@"