diff --git a/integration/linux/test/entrypoint-linux.sh b/integration/linux/test/entrypoint-linux.sh index 35be23e..4f8c2eb 100755 --- a/integration/linux/test/entrypoint-linux.sh +++ b/integration/linux/test/entrypoint-linux.sh @@ -62,6 +62,6 @@ fi exec gosu edgedb:edgedb /edgedb/bin/python3 \ -m edb.tools --no-devmode test \ - /edgedb/data/tests \ + /edgedb/share/tests \ -e cqa_ -e tools_ \ --verbose ${dash_j} diff --git a/integration/linux/test/linux-aarch64/Dockerfile b/integration/linux/test/linux-aarch64/Dockerfile index 2464feb..09b98c5 100644 --- a/integration/linux/test/linux-aarch64/Dockerfile +++ b/integration/linux/test/linux-aarch64/Dockerfile @@ -196,7 +196,7 @@ fi\n\ \n\ exec gosu edgedb:edgedb /edgedb/bin/python3 \\\n\ -m edb.tools --no-devmode test \\\n\ - /edgedb/data/tests \\\n\ + /edgedb/share/tests \\\n\ -e cqa_ -e tools_ \\\n\ --verbose ${dash_j}\n\' >/entrypoint.sh diff --git a/integration/linux/test/linux-x86_64/Dockerfile b/integration/linux/test/linux-x86_64/Dockerfile index 2464feb..09b98c5 100644 --- a/integration/linux/test/linux-x86_64/Dockerfile +++ b/integration/linux/test/linux-x86_64/Dockerfile @@ -196,7 +196,7 @@ fi\n\ \n\ exec gosu edgedb:edgedb /edgedb/bin/python3 \\\n\ -m edb.tools --no-devmode test \\\n\ - /edgedb/data/tests \\\n\ + /edgedb/share/tests \\\n\ -e cqa_ -e tools_ \\\n\ --verbose ${dash_j}\n\' >/entrypoint.sh diff --git a/integration/macos/test.sh b/integration/macos/test.sh index 3424bd5..c4c9d83 100755 --- a/integration/macos/test.sh +++ b/integration/macos/test.sh @@ -55,7 +55,7 @@ fi export PATH="${workdir}/bin/:${PATH}" -test_dir="${workdir}/data/tests" +test_dir="${workdir}/share/tests" if [ -n "${PKG_TEST_FILES}" ]; then # ${PKG_TEST_FILES} is specificaly used outside the quote so that it # can contain a glob.