Преглед изворни кода

Bootstrap from trunk sources of regression scripts.

[SVN r40053]
Rene Rivera пре 18 година
родитељ
комит
b8075ba883
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/regression/src/run.py

+ 1 - 1
tools/regression/src/run.py

@@ -18,7 +18,7 @@ print '# Running regressions in %s...' % root
 
 script_sources = [ 'collect_and_upload_logs.py', 'regression.py' ]
 script_local = os.path.join(root,'tools','regression','src')
-script_remote = 'http://svn.boost.org/svn/boost/branches/release-tools/regression/src'
+script_remote = 'http://svn.boost.org/svn/boost/trunk/tools/regression/src'
 script_dir = os.path.join(root,'tools_regression_src')
 
 #~ Bootstrap.

粤ICP备19079148号