testprogs: Add MIT Kerberos specific kpasswd blackbox test
[ambi/samba-autobuild/.git] / selftest / format-subunit
index a531e9774345a858aa1e902f45d3879bd1865ff9..2506f97c6450e2f86a2d72e93687b0bc9f1153fc 100755 (executable)
@@ -9,15 +9,14 @@ import os
 import signal
 import sys
 
-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"))
+sys.path.insert(0, "bin/python")
 
 import subunithelper
 
 parser = optparse.OptionParser("format-subunit [options]")
 parser.add_option("--verbose", action="store_true",
     help="Be verbose")
-parser.add_option("--immediate", action="store_true", 
+parser.add_option("--immediate", action="store_true",
     help="Show failures immediately, don't wait until test run has finished")
 parser.add_option("--prefix", type="string", default=".",
     help="Prefix to write summary to")