You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2002/08/29 01:16:12 UTC

win-tests.py buglet

% python2 win-tests.py  z
================================================================
WARNING: You did not define a shell interpreter.
         The following tests will be skipped:

subversion/tests/clients/cmdline/xmltests/svn-test.sh
subversion/tests/clients/cmdline/xmltests/svn-test2.sh
================================================================
Traceback (most recent call last):
  File "win-tests.py", line 53, in ?
    sys.stderr.write("Wrong test mode '" + type + "'\n")
TypeError: cannot concatenate 'str' and 'type' objects

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: win-tests.py buglet

Posted by br...@xbc.nu.
Quoting Blair Zajac <bl...@orcaware.com>:

> % python2 win-tests.py  z
> ================================================================
> WARNING: You did not define a shell interpreter.
>          The following tests will be skipped:
> 
> subversion/tests/clients/cmdline/xmltests/svn-test.sh
> subversion/tests/clients/cmdline/xmltests/svn-test2.sh
> ================================================================
> Traceback (most recent call last):
>   File "win-tests.py", line 53, in ?
>     sys.stderr.write("Wrong test mode '" + type + "'\n")
> TypeError: cannot concatenate 'str' and 'type' objects

Yikes. Fixed in r3094, thanks!

    Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org