You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/10/27 13:41:41 UTC

svn commit: r1027920 - /subversion/trunk/win-tests.py

Author: julianfoad
Date: Wed Oct 27 11:41:40 2010
New Revision: 1027920

URL: http://svn.apache.org/viewvc?rev=1027920&view=rev
Log:
* win-tests.py
  Always run the C tests - do not omit them when running with RA != local.
  I do not know why they were omitted. I have not tested this change.

Modified:
    subversion/trunk/win-tests.py

Modified: subversion/trunk/win-tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/win-tests.py?rev=1027920&r1=1027919&r2=1027920&view=diff
==============================================================================
--- subversion/trunk/win-tests.py (original)
+++ subversion/trunk/win-tests.py Wed Oct 27 11:41:40 2010
@@ -226,7 +226,6 @@ if run_httpd:
     base_url = 'http://localhost:' + str(httpd_port)
 
 if base_url:
-  all_tests = client_tests
   repo_loc = 'remote repository ' + base_url + '.'
   if base_url[:4] == 'http':
     log = 'dav-tests.log'