diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-11 03:11:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-11 03:11:01 +0300 |
commit | 11ba6752a70045231ca33f0e6d0c5556067f2a12 (patch) | |
tree | 6b4dad9e34a9f5682a71f427bc2f89580d7e0357 /tools/ci/scripts/deheaderS.sh | |
parent | d96b7a00cd6966e6605d4fa4bc9b3ccb6394f79d (diff) | |
download | plus-11ba6752a70045231ca33f0e6d0c5556067f2a12.tar.gz plus-11ba6752a70045231ca33f0e6d0c5556067f2a12.tar.bz2 plus-11ba6752a70045231ca33f0e6d0c5556067f2a12.tar.xz plus-11ba6752a70045231ca33f0e6d0c5556067f2a12.zip |
Exclude header doctest.h from deheader.
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} |