I think I had the problem too. There was a few times, ATS always ran tests during/after make. I don’t know why, but the problem disappeared for me mysteriously after that. So I guess there might be something triggering this?
Jason > On Apr 18, 2019, at 12:47, Leif Hedstrom <[email protected]> wrote: > > > >> On Apr 18, 2019, at 10:35 AM, Bryan Call <[email protected]> wrote: >> >> The tests shouldn’t run by default when you do a make or make all. They >> only run if you run make test or make check. > > Yeh. > > Maybe he’s asking how to not build the tests that are in traffic_server? > There’s a config option for that, e.g. > > % ./configure --disable-tests > > > That just removes the code from the binary, making it a tiny bit smaller (I > don’t know if many people bothers with this :). > > — Leif > >
