Skip to content

Commit 4d5e251

Browse files
committed
Correct path in sqlogic testconfig
1 parent 2dc745a commit 4d5e251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqllogic/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
SQLLOGIC_TEST_CASE_NAME = "test_sqllogic"
1212
SQLLOGIC_TEST_PARAMETER = "test_script_path"
13-
DUCKDB_ROOT_DIR = pathlib.Path(__file__).parent.joinpath("../../..").resolve()
13+
DUCKDB_ROOT_DIR = pathlib.Path(__file__).parent.joinpath("external/duckdb/").resolve()
1414

1515

1616
def pytest_addoption(parser: pytest.Parser):

0 commit comments

Comments
 (0)