From c987f88ebc959989c5cf17e540bc8144febb6991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 19 Mar 2018 21:45:31 +0100 Subject: [PATCH] Revert "Travis: use the generated cfg tests" This reverts commit daa142ff258887e731fdd2c89a0734ca7c495f79. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94f3c3c50..9e2d7d468 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,9 +77,6 @@ script: # check test/cfg - make checkcfg - make validateCFG -# generated cfg tests - - ./cppcheck --platform=unix32 --library=posix --inline-suppr --enable=warning,information test/cfg/generated-cfg-tests-posix.cpp 2>&1 | grep 'Unmatched suppression' ; test $? -eq 1 - - ./cppcheck --platform=unix32 --library=windows --inline-suppr --enable=warning,information test/cfg/generated-cfg-tests-windows.cpp 2>&1 | grep 'Unmatched suppression' ; test $? -eq 1 - cd ./gui # clean rebuild - git clean -dfx .