From b0f3fa703a210b7696c695dbabeae4ada7e5147f Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Thu, 28 Sep 2023 09:34:11 -0700 Subject: [PATCH] Run tests with EDGEDB_DEBUG_SERVER=1 (temp hack) --- integration/linux/test/entrypoint-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/linux/test/entrypoint-linux.sh b/integration/linux/test/entrypoint-linux.sh index 35be23e9..22414d6e 100755 --- a/integration/linux/test/entrypoint-linux.sh +++ b/integration/linux/test/entrypoint-linux.sh @@ -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_ \