diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:26:51 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:26:51 +0200 |
commit | 5444c6e9632ffc4233589c633eac756d0a49759a (patch) | |
tree | 8e8f7edac0fbb672ec1bf4009d63f5938c4f77ab /qt | |
parent | 283fbe7b8ac66b3cd8a041cfcd45fde3741dd47c (diff) |
Correct the database identifier being used in pgsql test batch files
Diffstat (limited to 'qt')
-rw-r--r-- | qt/pgsql/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/pgsql/test.bat b/qt/pgsql/test.bat index f56125e..02da4cd 100644 --- a/qt/pgsql/test.bat +++ b/qt/pgsql/test.bat @@ -31,7 +31,7 @@ rem if exist %dir%\driver.exe ( echo %1\%3\%2 - call %topdir%\tester.bat sqlite %2 %3 + call %topdir%\tester.bat pgsql %2 %3 if errorlevel 1 ( set "failed=%failed% %1\%3\%2" ) |