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 | |
parent | 283fbe7b8ac66b3cd8a041cfcd45fde3741dd47c (diff) |
Correct the database identifier being used in pgsql test batch files
-rw-r--r-- | boost/pgsql/test.bat | 2 | ||||
-rw-r--r-- | qt/pgsql/test.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boost/pgsql/test.bat b/boost/pgsql/test.bat index 50322cd..bcbab16 100644 --- a/boost/pgsql/test.bat +++ b/boost/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" ) 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" ) |