Skip to content

Commit 2bc7aae

Browse files
committed
wip
1 parent 65debbb commit 2bc7aae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ if %errorlevel% neq 0 exit /b 3
3838
rem setup PostgreSQL related exts
3939
set PGUSER=postgres
4040
set PGPASSWORD=Password12!
41-
rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
42-
echo ^<?php $conn_str = "host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%"; ?^> >> "./ext/pgsql/tests/config.inc"
41+
set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
4342
set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% password=%PGPASSWORD%
4443
set TMP_POSTGRESQL_BIN=%PGBIN%
4544
"%TMP_POSTGRESQL_BIN%\createdb.exe" test

0 commit comments

Comments
 (0)