Author: rhuijben
Date: Tue Jul 23 13:13:58 2013
New Revision: 1506029
URL: http://svn.apache.org/r1506029
Log:
* win-tests.py
Ensure that test-run directory exists before copying the first file to it.
Modified:
subversion/trunk/win-tests.py
Modified: subversion/trunk/win-tests.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/win-tests.py?rev=1506029&r1=1506028&r2=1506029&view=diff
==============================================================================
--- subversion/trunk/win-tests.py (original)
+++ subversion/trunk/win-tests.py Tue Jul 23 13:13:58 2013
@@ -679,6 +679,7 @@ class Httpd:
print('Httpd.stop_daemon not implemented')
# Move the binaries to the test directory
+create_target_dir(abs_builddir)
locate_libs()
if create_dirs:
for i in gen_obj.graph.get_all_sources(gen_base.DT_INSTALL):