From 8ca1f3d1666b8dc710af2b216c8ce71ecc2ac471 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 11 Jul 2017 21:53:04 +0300 Subject: Move doctest and catch files into unittests directory. --- tools/ci/jobs/clang_tidy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/ci/jobs/clang_tidy.sh') diff --git a/tools/ci/jobs/clang_tidy.sh b/tools/ci/jobs/clang_tidy.sh index ba8606641..8bc7786ab 100755 --- a/tools/ci/jobs/clang_tidy.sh +++ b/tools/ci/jobs/clang_tidy.sh @@ -18,8 +18,8 @@ check_error $? cd .. grep "warning:" logs/clang_tidy.txt \ -| grep -v "/src/test/doctest.h" \ -| grep -v "/src/test/catch.hpp" \ +| grep -v "/src/unittests/doctest.h" \ +| grep -v "/src/unittests/catch.hpp" \ | grep -v "/src/sdl2gfx/" \ | grep -v "/src/debug/" \ >${ERRFILE} -- cgit v1.2.3-70-g09d2