summaryrefslogtreecommitdiff
path: root/test/windows/odb/all
diff options
context:
space:
mode:
Diffstat (limited to 'test/windows/odb/all')
-rwxr-xr-xtest/windows/odb/all4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/windows/odb/all b/test/windows/odb/all
index 8eddb09..d9ecc16 100755
--- a/test/windows/odb/all
+++ b/test/windows/odb/all
@@ -43,9 +43,9 @@ databases="mysql"
for d in $databases; do
cmd.exe /C setenv.bat build.bat "$d" "$1" "$2" "$3" "$action"
cd odb-tests
- cmd.exe /C ..\setenv.bat test.bat "$d"
+ cmd.exe /C ..\\setenv.bat test.bat "$d"
cd ..
cd odb-examples
- cmd.exe /C ..\setenv.bat test.bat "$d"
+ cmd.exe /C ..\\setenv.bat test.bat "$d"
cd ..
done