aboutsummaryrefslogtreecommitdiff
path: root/test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'test.bat')
-rw-r--r--test.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/test.bat b/test.bat
index dadfc69..a5a9648 100644
--- a/test.bat
+++ b/test.bat
@@ -9,7 +9,8 @@ setlocal
set "tests=__path__(dirs) __path__(tr1_dirs) __path__(boost_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