summaryrefslogtreecommitdiff
path: root/test/windows/odb/all
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-06 13:46:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-06 13:46:55 +0200
commit52c97ba8b35f0eec312bde23afeabde59fd5c74f (patch)
tree19ff99cc8f35406d4a658a97380ed28dc66f02f1 /test/windows/odb/all
parent9849e5dd3c7f8609a6edd33d5be67ea6ddddf07e (diff)
Add support for Windows build with multiple VC++ versions on same machine1.7.0
Diffstat (limited to 'test/windows/odb/all')
-rwxr-xr-xtest/windows/odb/all6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/windows/odb/all b/test/windows/odb/all
index 8d50a29..fe537b1 100755
--- a/test/windows/odb/all
+++ b/test/windows/odb/all
@@ -51,11 +51,11 @@ if [ "$action" == "" ]; then
fi
for d in $databases; do
- cmd.exe /C setenv.bat build.bat "$d" "$1" "$3" "$4" "$action"
+ cmd.exe /C setenv.bat "$1" build.bat "$d" "$1" "$3" "$4" "$action"
cd odb-tests-$d
- cmd.exe /C ..\\setenv.bat test.bat "$d"
+ cmd.exe /C ..\\setenv.bat "$1" test.bat "$d"
cd ..
cd odb-examples-$d
- cmd.exe /C ..\\setenv.bat test.bat "$d"
+ cmd.exe /C ..\\setenv.bat "$1" test.bat "$d"
cd ..
done