* build/run_tests.py
commit9ea39b32feb7dcee9e10c51aa5f625dbf2824eb6
authorepg <epg@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Tue, 18 Dec 2007 23:51:28 +0000 (18 23:51 +0000)
committerepg <epg@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Tue, 18 Dec 2007 23:51:28 +0000 (18 23:51 +0000)
treee2b51ffad8b5baa6aa41eefa9d57020f7ffc3326
parent655fd088e11a45c2dd38dfe370bd707bc87351ac
* build/run_tests.py
  (main): ('-http-library') == '--http-library'; it's not a tuple
    without a trailing comma.  Oddly enough, this worked anyway with
    Python 2.4, though not 2.2.  Change these opt tests to be lists
    instead of adding the trailing commas, as these seem to me to be
    lists, conceptually.

git-svn-id: http://svn.collab.net/repos/svn/trunk@28539 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
build/run_tests.py