From 5aaec95bbfb066130ecac03eece3813cee61a3e1 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 --- tracer/test.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tracer') diff --git a/tracer/test.bat b/tracer/test.bat index 705ce8d..fcae726 100644 --- a/tracer/test.bat +++ b/tracer/test.bat @@ -9,7 +9,8 @@ setlocal set "tests=__path__(dirs)" set "confs=__path__(configurations)" set "plats=__path__(platforms)" -set "topdir=__path__(topdir)\.." +set "curdir=%CD%" +set "topdir=%curdir%\.." set "failed=" goto start @@ -36,7 +37,7 @@ rem ) ) - cd .. + cd %curdir% goto :eof :start -- cgit v1.1