brane@tigris.org wrote:
>Author: brane
>Date: 2002-06-04 21:17 GMT
>New Revision: 2082
>
>Modified:
> trunk/win-tests.py
>Log:
>* win-tests.py (tests): time-test is a program, not a shell script.
>
>
>Modified: trunk/win-tests.py
>==============================================================================
>--- trunk/win-tests.py (original)
>+++ trunk/win-tests.py Tue Jun 4 16:17:31 2002
>@@ -1,8 +1,8 @@
> import os, sys, string, shutil
>
> ### Fix these paths!
>-python = 'C:/home/Python/python.exe'
>-shell = 'C:/PROGRA~1/cygwin/bin/bash.exe'
>+python = 'C:/PROGRA~1/Python/python.exe'
>+shell = 'C:/PROGRA~1/Cygnus/cygwin/bin/bash.exe'
>
Wah, I keep fixing those lines and forget to revert before committing.
Sorry about that.
> tests = ['subversion/tests/libsvn_subr/path-test.exe',
> 'subversion/tests/libsvn_delta/random-test.exe',
>@@ -12,7 +12,7 @@
> 'subversion/tests/clients/cmdline/xmltests/svn-test.sh',
> 'subversion/tests/clients/cmdline/xmltests/svn-test2.sh',
> 'subversion/tests/libsvn_subr/target-test.sh',
>- 'subversion/tests/libsvn_subr/time-test.sh']
>+ 'subversion/tests/libsvn_subr/time-test.exe']
>
> fs_tests = ['subversion/tests/libsvn_fs/run-fs-tests.sh',
> 'subversion/tests/libsvn_repos/run-repos-tests.sh']
>
>
--
Brane Čibej <brane_at_xbc.nu> http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 4 23:32:24 2002