From 672d06ce03fe11beb9dd5791d3f5d2883fa44618 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Feb 2011 14:50:11 +0200 Subject: Add test infrastructure for boost profile --- test.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test.bat') 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 -- cgit v1.1