[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r954830 - in /subversion/trunk/subversion/tests/cmdline: svnadmin_tests.py svntest/actions.py svntest/main.py svntest/sandbox.py tree_conflict_tests.py

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 16 Jun 2010 17:21:06 +0100

hwright_at_apache.org writes:

> Author: hwright
> Date: Tue Jun 15 11:35:36 2010
> New Revision: 954830

> - if verbose_mode and quiet_mode:
> - sys.stderr.write("ERROR: 'verbose' and 'quiet' are incompatible\n")
> - sys.exit(1)
> + if not appended:
> + parser.error("invalid test number, range of numbers, " +
> + "or function '%s'\n" % arg)

In the past I could run './basic_tests.py list' now I get

../../../../src/subversion/tests/cmdline/basic_tests.py list
Traceback (most recent call last):
  File "../../../../src/subversion/tests/cmdline/basic_tests.py", line 2571, in <module>
    svntest.main.run_tests(test_list)
  File "/home/pm/sw/subversion/src/subversion/tests/cmdline/svntest/main.py", line 1439, in run_tests
    parser.error("invalid test number, range of numbers, " +
NameError: global name 'parser' is not defined

-- 
Philip
Received on 2010-06-16 18:21:47 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.