Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72703 - sandbox/SOC/2011/checks/libs/checks/test
From: pierre.talbot.6114_at_[hidden]
Date: 2011-06-21 08:08:29


Author: trademark
Date: 2011-06-21 08:08:28 EDT (Tue, 21 Jun 2011)
New Revision: 72703
URL: http://svn.boost.org/trac/boost/changeset/72703

Log:
modification of the path
Text files modified:
   sandbox/SOC/2011/checks/libs/checks/test/testChecks.bat | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: sandbox/SOC/2011/checks/libs/checks/test/testChecks.bat
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/test/testChecks.bat (original)
+++ sandbox/SOC/2011/checks/libs/checks/test/testChecks.bat 2011-06-21 08:08:28 EDT (Tue, 21 Jun 2011)
@@ -3,14 +3,13 @@
 rem including the date and time, so that each log file has a unique name,
 rem for example: checks_23-Mar-2010_1751_html.log
 rem The DOS time format is assumed 12:34 and the : separator is not used.
-set PATH=C:\bjam\bin
 set t=%time% /T
 set tim=%t:~0,2%%t:~3,2%
 rem pick just hours and minutes.
 rem time may include leading space, like " 915", so remove space.
 set tim=%tim: =%
 D:
-cd Google Summer Of Code\Boost libraries -svn\checks\libs\checks\test
+cd boost-sandbox\SOC\2011\checks\libs\checks\test
 echo on
 bjam > testChecks_%date%_%tim%.log
 if not ERRORLEVEL 0 (echo Errorlevel is %ERRORLEVEL%) else (echo OK)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk