summaryrefslogtreecommitdiff
path: root/selftest/format-subunit
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-03-31 04:51:05 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-03-31 04:51:05 +0200
commitc6b1553a2b83c5e70fcb1a3a76e49ed496553a4e (patch)
treea256b41ac24d44f6031c39f45895819cd7d8fef9 /selftest/format-subunit
parent36c84854cb801ba025fd3b43d9cf998da451eca7 (diff)
downloadsamba-c6b1553a2b83c5e70fcb1a3a76e49ed496553a4e.tar.gz
samba-c6b1553a2b83c5e70fcb1a3a76e49ed496553a4e.tar.bz2
samba-c6b1553a2b83c5e70fcb1a3a76e49ed496553a4e.zip
selftest: Make sure format-subunit and filter-subunit can find testtools/subunit.
Diffstat (limited to 'selftest/format-subunit')
-rwxr-xr-xselftest/format-subunit3
1 files changed, 3 insertions, 0 deletions
diff --git a/selftest/format-subunit b/selftest/format-subunit
index 4e02f0f5d5..e590652cd1 100755
--- a/selftest/format-subunit
+++ b/selftest/format-subunit
@@ -11,6 +11,9 @@ import sys
import subunithelper
import subunit
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../lib/subunit/python"))
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../lib/testtools"))
+
class PlainFormatter(object):
def __init__(self, summaryfile, verbose, immediate, statistics,