export NODNSTAPTESTS=1
fi
-# libfstrm has a bad interaction with libfaketime on at leas Ubuntu focal
+# libfstrm has a bad interaction with libfaketime on at least Ubuntu Focal.
# to run the test without LIBFAKETIME, we clear the var if it set to /bin/false
if [ "$LIBFAKETIME" = "/bin/false" ]; then
LIBFAKETIME=""
if [ $IPv6 = 1 ]
then
- QLA6=" ::"
+ QLA6=" ::"
else
- QLA6=""
+ QLA6=""
fi
rm -f recursor.pid pdns_recursor.pid
sleep 3
if [ ! -e pdns_recursor.pid ]; then
cat recursor.log
- echo Recursor did not start or did not write pdns_recursor.pid, exiting
- exit 1
+ echo Recursor did not start or did not write pdns_recursor.pid, exiting
+ exit 1
fi
if [ "$ANANSWER" -ge $THRESHOLD ]
then
- echo recursor-bulktest >> passed_tests
- RETVAL=0
+ echo recursor-bulktest >> passed_tests
+ RETVAL=0
else
- echo recursor-bulktest >> failed_tests
- RETVAL=1
+ echo recursor-bulktest >> failed_tests
+ RETVAL=1
fi
echo "$DBT_OKPERCENTAGE% of domains resolved" > recursor-bulktest/diff