diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-17 14:50:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-17 14:50:11 +0200 |
commit | 5aaec95bbfb066130ecac03eece3813cee61a3e1 (patch) | |
tree | 87c24d1b6afe613c31076cf7b417a7e2b7188994 /mysql/test.bat | |
parent | 29e7db53cb1db2c4d743d4756b8ac3fee28ab8ea (diff) |
Add test infrastructure for boost profile
Diffstat (limited to 'mysql/test.bat')
-rw-r--r-- | mysql/test.bat | 6 |
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 |