From 9d54ffd521420df082a7adf694705e4236f090c8 Mon Sep 17 00:00:00 2001 From: Alexander Mai Date: Wed, 3 May 2017 21:09:20 +0200 Subject: [PATCH] Correct script --- tools/test_showtimetop5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_showtimetop5.sh b/tools/test_showtimetop5.sh index 9c5fd374a..02c6aaaf6 100755 --- a/tools/test_showtimetop5.sh +++ b/tools/test_showtimetop5.sh @@ -1,4 +1,4 @@ #!/bin/bash -if [[ "$(./cppcheck --showtime=top5 cli/cmdlineparser.h --quiet | wc -l)" != 7 ]] ; then +if [[ "$(./cppcheck --showtime=top5 cli/cmdlineparser.h --language=c++ --quiet | wc -l)" != 7 ]] ; then false fi