We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc745a commit 4d5e251Copy full SHA for 4d5e251
sqllogic/conftest.py
@@ -10,7 +10,7 @@
10
11
SQLLOGIC_TEST_CASE_NAME = "test_sqllogic"
12
SQLLOGIC_TEST_PARAMETER = "test_script_path"
13
-DUCKDB_ROOT_DIR = pathlib.Path(__file__).parent.joinpath("../../..").resolve()
+DUCKDB_ROOT_DIR = pathlib.Path(__file__).parent.joinpath("external/duckdb/").resolve()
14
15
16
def pytest_addoption(parser: pytest.Parser):
0 commit comments