Boost logo

Boost-Commit :

From: dave_at_[hidden]
Date: 2007-11-15 19:44:40


Author: dave
Date: 2007-11-15 19:44:40 EST (Thu, 15 Nov 2007)
New Revision: 41128
URL: http://svn.boost.org/trac/boost/changeset/41128

Log:
Change the root for run.py to the current directory so bitten can invoke
it out of the svn snapshot.

Text files modified:
   branches/bitten/tools/regression/src/run.py | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/bitten/tools/regression/src/run.py
==============================================================================
--- branches/bitten/tools/regression/src/run.py (original)
+++ branches/bitten/tools/regression/src/run.py 2007-11-15 19:44:40 EST (Thu, 15 Nov 2007)
@@ -12,8 +12,8 @@
 import sys
 import urllib
 
-#~ The directory this file is in.
-root = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
+#~ The current working directory.
+root = os.getcwd()
 print '# Running regressions in %s...' % root
 
 script_sources = [ 'collect_and_upload_logs.py', 'regression.py' ]


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