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

Re: svn commit: r21620 - trunk/build

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-09-23 03:11:51 CEST

On Fri, 22 Sep 2006, Blair Zajac wrote:
...
> I did this minor cleanup, but does anybody know why one branch of the above
> test has the following code while the other doesn't?
>
> if self.base_url is not None:
> cmdline.append(quote('--url=' + self.base_url))

Blair, it's been that way for years. I'm guessing that second branch
is used by something test progs which are executable, but don't end in
.py (e.g. our C whitebox tests).

While we don't appear to support the "--url=" argument for the C
tests, adding it doesn't seem to hurt anything.

From svn_test_main.c:

static const apr_getopt_option_t cl_options[] =
{
  {"cleanup", cleanup_opt, 0,
                    N_("remove test directories after success")},
  {"fs-type", fstype_opt, 1,
                    N_("specify a filesystem backend type ARG")},
  {"list", list_opt, 0,
                    N_("lists all the tests with their short description")},
  {"verbose", verbose_opt, 0,
                    N_("print extra information")},
  {0, 0, 0, 0}
};

  • application/pgp-signature attachment: stored
Received on Sat Sep 23 03:11:43 2006

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.