From d39129fae9ba9df1f8ee0d1fd479d8420f1bfcd5 Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Mon, 12 Aug 2024 19:43:54 -0500 Subject: [PATCH] tools: update postgres db type The variable set in this test script does not match the one we use in the CI. Let's adjust. Signed-off-by: Tobin Feldman-Fitzthum --- tools/run_local_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_local_tests.sh b/tools/run_local_tests.sh index f5c5439..4370c92 100755 --- a/tools/run_local_tests.sh +++ b/tools/run_local_tests.sh @@ -49,7 +49,7 @@ docker stop kbs-db export KBS_DB_USER=postgres export KBS_DB_PW=root #export KBS_DB=simple_kbs -export KBS_DB_TYPE=postgresql +export KBS_DB_TYPE=postgres export POSTGRES_PASSWORD=$KBS_DB_PW \ export POSTGRES_USER=$KBS_DB_USER \