diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-01 17:10:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-01 17:10:18 +0200 |
commit | c8ad098f8a533d7928d6c9ad772d6b3a373561c7 (patch) | |
tree | 14187554a3847330e22abc48e2d9a213ec5491fe /test | |
parent | 6005adc00b2a924922b17cf801eb7c713c520d87 (diff) |
Fix bug in Windows test runner
Diffstat (limited to 'test')
-rwxr-xr-x | test/windows/odb/all | 4 |
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 |