]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Tweak cppcheck
authorEric Bollengier <eric@baculasystems.com>
Mon, 11 Dec 2023 12:56:49 +0000 (13:56 +0100)
committerEric Bollengier <eric@baculasystems.com>
Tue, 13 Feb 2024 09:36:02 +0000 (10:36 +0100)
regress/tests/cppcheck-test

index a098edf817890e07d3fb509ebacdc29d699c72e7..6d4e8fc8a9a487f26ffbec06751071ba02db713b 100755 (executable)
@@ -6,10 +6,5 @@
 #
 # Run cppcheck
 #
-TestName="cppcheck-test"
-JobName=backup
-. scripts/functions
 
-cppcheck --quiet --enable=all --std=c++11 --force --suppress=unreadVariable --suppress=cstyleCast --language=c++ build/src
-
-end_test
+cppcheck --quiet --enable=all --std=c++11 --force --suppress=unreadVariable --suppress=cstyleCast --language=c++ ../bacula/src