This one in DNS.
Also updated the testbed to reveal 'No such file or directory' errors.
That reveals two more build issues in DiskIO when something is disabled.
static void
dnsRegisterWithCacheManager(void)
{
- CacheManager::GetInstance->
+ CacheManager::GetInstance()->
registerAction("dns", "Dnsserver Statistics", dnsStats, 0, 1);
}
arg=`echo "${f}" | sed s/\\.opts//`
echo "TESTING: ${arg}"
../test-suite/buildtest.sh ".${arg}" ||
- ( grep -E "^ERROR|\ error:\ " buildtest_*.log && exit 1 )
+ ( grep -E "^ERROR|\ error:\ |No\ such" buildtest_*.log && exit 1 )
cd ..
done