Drew Jetter wrote:
> > Dod you build the test programs? They're built using the __check__
> > target.
>
> Ok, I did that. I ran win-tests.py again, and here are the errors:
>
> Running all tests in hashdump-test.exe...success
> Running all tests in stringtest.exe...success
> Running all tests in path-test.exe...success
> Running all tests in time-test.exe...success
> Running all tests in translate-test.exe...success
> Running all tests in random-test.exe...success
> Running all tests in svn-test.sh...Traceback (most recent call last):
> File "C:\subvtest\svn\win-tests.py", line 97, in ?
> failed = th.run(all_tests)
> File "C:\subvtest\svn\build\run_tests.py", line 35, in run
> failed = self._run_test(prog) or failed
> File "C:\subvtest\svn\build\run_tests.py", line 92, in _run_test
> failed = self._run_prog(progname, cmdline)
> File "C:\subvtest\svn\build\run_tests.py", line 122, in _run_prog
> rv = os.spawnv(os.P_WAIT, progname, cmdline)
> OSError: [Errno 2] No such file or directory
Ah. That's the curse of our test suite. You need a unix-like shell to
run svn-test.sh and svn-test2.sh (see the comment at the top of
win-tests.py). I haven't had time to convert them to Python yet ...
If you don't have such a shell, just comment out those two tests from
win-tests.py. It should be fairly obvious how to do that. They're not
terribly important.
--
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 Mon Aug 26 00:26:32 2002