aboutsummaryrefslogtreecommitdiff
path: root/mysql
diff options
context:
space:
mode:
Diffstat (limited to 'mysql')
-rw-r--r--mysql/test.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql/test.bat b/mysql/test.bat
index 01659bc..66d0dcd 100644
--- a/mysql/test.bat
+++ b/mysql/test.bat
@@ -9,8 +9,8 @@ setlocal
set "tests=__path__(dirs)"
set "confs=__path__(configurations)"
set "plats=__path__(platforms)"
-set "topdir=__path__(topdir)\.."
-set "PATH=__path__(topdir)\libcommon\bin64;__path__(topdir)\libcommon\bin;%PATH%"
+set "curdir=%CD%"
+set "topdir=%curdir%\.."
set "failed="
goto start
@@ -37,7 +37,7 @@ rem
)
)
- cd ..
+ cd %curdir%
goto :eof
:start