diff --git a/testing/integration_tests.py b/testing/integration_tests.py index 3f79d205..c4cc6e3c 100755 --- a/testing/integration_tests.py +++ b/testing/integration_tests.py @@ -39,7 +39,7 @@ def dictSort(d): class Tests(unittest.TestCase): maxDiff = None - ZDNS_EXECUTABLE = "../zdns" + ZDNS_EXECUTABLE = "./zdns" ADDITIONAL_FLAGS = " --threads=10" # flags used with every test def run_zdns_check_failure(self, flags, name, expected_err, executable=ZDNS_EXECUTABLE):