From c8ad098f8a533d7928d6c9ad772d6b3a373561c7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Mar 2011 17:10:18 +0200 Subject: Fix bug in Windows test runner --- test/windows/odb/all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/windows/odb/all') 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 -- cgit v1.1