Unverified Commit cde9202c authored by Paul Wise's avatar Paul Wise
Browse files

Fix path to debbisect run_bisect* scripts

parent 391bae7f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ def runtest(timestamp, staticargs, toupgrade=None, badtimestamp=None):
            os.path.dirname(os.path.realpath(__file__)), scriptname + ".sh"
        )
        if not os.path.exists(run_bisect):
            run_bisect = os.path.join("/usr/share/devscripts/scripts/", scriptname)
            run_bisect = os.path.join("/usr/share/devscripts/", scriptname)
        cmd = [
            run_bisect,
            staticargs.depends,