aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-22 17:26:51 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-22 17:26:51 +0200
commit5444c6e9632ffc4233589c633eac756d0a49759a (patch)
tree8e8f7edac0fbb672ec1bf4009d63f5938c4f77ab /boost
parent283fbe7b8ac66b3cd8a041cfcd45fde3741dd47c (diff)
Correct the database identifier being used in pgsql test batch files
Diffstat (limited to 'boost')
-rw-r--r--boost/pgsql/test.bat2
1 files changed, 1 insertions, 1 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"
)