- Fix tests for new rrset-roundrobin default.

This commit is contained in:
George Thessalonikefs
2020-04-21 22:02:56 +02:00
parent 6320776b25
commit 584c2cf804
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -867,6 +867,8 @@ main(int argc, char* argv[])
printf("\tperforms unit tests.\n");
return 1;
}
/* Disable roundrobin for the unit tests */
RRSET_ROUNDROBIN = 0;
#ifdef USE_LIBEVENT
printf("Start of %s+libevent unit test.\n", PACKAGE_STRING);
#else