mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
Fix subunit files location after cherrypicks.
This commit is contained in:
parent
df4e9c7066
commit
f8a02a1a80
@ -8,6 +8,7 @@ import sys
|
||||
import time
|
||||
|
||||
sys.path.append("bin/python")
|
||||
sys.path.append("../lib/subunit/python")
|
||||
|
||||
import samba.getopt as options
|
||||
|
||||
|
@ -21,7 +21,7 @@ import sys
|
||||
|
||||
# Find right directory when running from source tree
|
||||
sys.path.insert(0, "bin/python")
|
||||
sys.path.insert(0, "../lib/subunit/python")
|
||||
sys.path.insert(1, "../lib/subunit/python")
|
||||
|
||||
from subunit import SubunitTestRunner
|
||||
from unittest import TestProgram
|
||||
|
Loading…
x
Reference in New Issue
Block a user