|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72679 - sandbox/SOC/2011/checks/libs/checks/test
From: pierre.talbot.6114_at_[hidden]
Date: 2011-06-19 05:39:18
Author: trademark
Date: 2011-06-19 05:39:15 EDT (Sun, 19 Jun 2011)
New Revision: 72679
URL: http://svn.boost.org/trac/boost/changeset/72679
Log:
Adaptation of the bat file
Text files modified:
sandbox/SOC/2011/checks/libs/checks/test/testChecks.bat | 5 +++--
1 files changed, 3 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-19 05:39:15 EDT (Sun, 19 Jun 2011)
@@ -3,13 +3,14 @@
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: =%
-i:
-cd \boost-sandbox\SOC\2011\checks\libs\checks\test
+D:
+cd Google Summer Of Code\Boost libraries -svn\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