]> git.ipfire.org Git - thirdparty/squid.git/commit
Do not stop testheaders.sh on the first error, to be compatible with
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 7 Jul 2010 00:22:37 +0000 (18:22 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Wed, 7 Jul 2010 00:22:37 +0000 (18:22 -0600)
commitd18e40dbae53ffcc614d537342c84793a022f993
tree659443772c3010a027b599ed9c4dec4f8a53bcbe
parent971581eed2a1eed456b7b23eed4f9fab37e91046
Do not stop testheaders.sh on the first error, to be compatible with
"make -k check".

If testheaders.sh stops on the first error, it becomes very difficult to
test your changes with "make check" when somebody else broke some other
code or when the checks reach src/cf_parser.h and fail.

TODO: stop on the first error unless running under "make -k check".
test-suite/testheaders.sh