selftesthelpers: Fix syntax error.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 10 Nov 2011 19:44:59 +0000 (20:44 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 10 Nov 2011 22:37:04 +0000 (23:37 +0100)
selftest/selftesthelpers.py

index c041c26f35ca7c637c2f313298fb69478e7df8c0..a7924d60f42955bd54c61024e243311463cf3baa 100644 (file)
@@ -165,5 +165,5 @@ def planpythontestsuite(env, module, name=None, extra_path=[]):
             "%s/lib/testtools" % srcdir()])
     args = [python, "-m", "subunit.run", "$LISTOPT", module]
     if pypath:
-        args.insert(0, "PYTHONPATH=%s" % ":".join(["$PYTHONPATH"] + pypath]))
+        args.insert(0, "PYTHONPATH=%s" % ":".join(["$PYTHONPATH"] + pypath))
     plantestsuite_idlist(name, env, args)