Skip to content

Commit

Permalink
Run tests with EDGEDB_DEBUG_SERVER=1 (temp hack)
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Sep 28, 2023
1 parent 56c7f73 commit b0f3fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/linux/test/entrypoint-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [ "$1" == "bash" ]; then
exec /bin/sh
fi

exec gosu edgedb:edgedb /edgedb/bin/python3 \
exec gosu edgedb:edgedb env EDGDEB_DEBUG_SERVER=1 /edgedb/bin/python3 \
-m edb.tools --no-devmode test \
/edgedb/data/tests \
-e cqa_ -e tools_ \
Expand Down

0 comments on commit b0f3fa7

Please sign in to comment.