Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73075 - sandbox/SOC/2011/checks/libs/checks/test
From: pierre.talbot.6114_at_[hidden]
Date: 2011-07-13 17:46:50


Author: trademark
Date: 2011-07-13 17:46:49 EDT (Wed, 13 Jul 2011)
New Revision: 73075
URL: http://svn.boost.org/trac/boost/changeset/73075

Log:
Deleted .bat
Removed:
   sandbox/SOC/2011/checks/libs/checks/test/testChecksall.bat

Deleted: sandbox/SOC/2011/checks/libs/checks/test/testChecksall.bat
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/test/testChecksall.bat 2011-07-13 17:46:49 EDT (Wed, 13 Jul 2011)
+++ (empty file)
@@ -1,16 +0,0 @@
-echo off
-rem Runs bjam jamfile.v2 and pipes the output to named log file,
-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 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 \boost-sandbox\SOC\2011\checks\libs\checks\test
-echo on
-bjam -a > testChecks_%date%_%tim%.log
-if not ERRORLEVEL 0 (echo Errorlevel is %ERRORLEVEL%) else (echo OK)
-pause
\ No newline at end of file


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