diff options
Diffstat (limited to 'tools/ci/scripts/deheaderS.sh')
-rwxr-xr-x | tools/ci/scripts/deheaderS.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/scripts/deheaderS.sh b/tools/ci/scripts/deheaderS.sh index 6618859f6..c97e5a1da 100755 --- a/tools/ci/scripts/deheaderS.sh +++ b/tools/ci/scripts/deheaderS.sh @@ -39,4 +39,5 @@ grep -v "deheader: remove <netinet/tcp.h> from ./src/net/sdltcpnet.cpp" | \ grep -v "deheader: remove <climits> from ./src/resources/db/unitsdb.cpp" | \ grep -v "portability requires" | \ grep -v "SDL2_rotozoom.cpp" | \ +grep -v "doctest.h" | \ tee -a ${LOGFILE} |