]> git.ipfire.org Git - thirdparty/squid.git/commit
Attempting to fix Jenkins "make test" (with clang?) after r15183.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 9 Jun 2017 06:03:47 +0000 (00:03 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 9 Jun 2017 06:03:47 +0000 (00:03 -0600)
commit540240e52db949f02464c2f68c80d334addbe331
tree1f0c7940db96bfad14fccd2d87178743d0c83ba9
parent6043e368505c7059b5979f6c4de3e4aa68c66231
Attempting to fix Jenkins "make test" (with clang?) after r15183.

undefined reference: operator<<(std::ostream&, Comm::Connection const&)
make[5]: *** [tests/testACLMaxUserIP] Error 1

My test-builds.sh passed before (and still passes after) this change, so
I am just guessing that I picked the wrong stub_*comm.cc file in r15183.
src/tests/stub_comm.cc
src/tests/stub_libcomm.cc