Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit 860f27f

Browse files
committed
run unit tests with elevated user as the tests setup new database
1 parent ca5a447 commit 860f27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22
chcp 65001
3-
echo {"mssql": {"username": "","password": "","server_string": "(local)\\SQL2016"}, "psql": {"username": "rdl_integration_test_user","password": "rdl_integration_test_password","server_string": "localhost"}}> .\tests\unit_tests\config\connection.json
3+
echo {"mssql": {"username": "","password": "","server_string": "(local)\\SQL2016"}, "psql": {"username": "postgres","password": "there_is_no_password_due_to_pg_trust","server_string": "localhost"}}> .\tests\unit_tests\config\connection.json
44

55
py ./tests/unit_tests/main.py
66
if %errorlevel% neq 0 exit /b %errorlevel%

0 commit comments

Comments
 (0)