From 9d9b2fe4bae6ffd7506f2661738a29a677ed4346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 17 Dec 2023 19:26:20 +0100 Subject: [PATCH] tools/extracttests.py: test code was not extracted properly for some tests --- tools/run_more_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/run_more_tests.sh b/tools/run_more_tests.sh index 4dde28df534..12633c41fb6 100755 --- a/tools/run_more_tests.sh +++ b/tools/run_more_tests.sh @@ -18,8 +18,6 @@ python3 $DIR/extracttests.py --code=$(pwd)/test1 $1 cd test1 -$CPPCHECK -q --template=cppcheck1 --suppress="*" . - $CPPCHECK -q --template=cppcheck1 . 2> 1.txt echo "(!x) => (x==0)"