Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Sep 17, 2024
1 parent 9df1f14 commit 35ac369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 35ac369

Please sign in to comment.