Skip to content

Commit

Permalink
Look for tests in the correct directory
Browse files Browse the repository at this point in the history
Metapkg changed `/data` to `/share` for `--datarootdir`.
  • Loading branch information
elprans committed Oct 9, 2024
1 parent 1de3657 commit be71887
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration/linux/test/entrypoint-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion integration/linux/test/linux-aarch64/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/linux/test/linux-x86_64/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/macos/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit be71887

Please sign in to comment.