summaryrefslogtreecommitdiff
path: root/test/windows/odb/all
diff options
context:
space:
mode:
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