aboutsummaryrefslogtreecommitdiff
path: root/common/test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'common/test.bat')
-rw-r--r--common/test.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/test.bat b/common/test.bat
index 8ea721c..4c6db0b 100644
--- a/common/test.bat
+++ b/common/test.bat
@@ -9,7 +9,8 @@ setlocal
set "tests=__path__(dirs) __path__(thread_dirs)"
set "confs=__path__(configurations)"
set "plats=__path__(platforms)"
-set "topdir=__path__(topdir)\.."
+set "curdir=%CD%"
+set "topdir=%curdir%\.."
set "failed="
if "_%1_" == "__" (
@@ -42,7 +43,7 @@ rem
)
)
- cd ..
+ cd %curdir%
goto :eof
:start