mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
s4-test: Use absolute path for 'samba4srcdir'
This commit is contained in:
parent
4aa8aaa6d2
commit
dd380e3459
@ -126,7 +126,7 @@ def plansmbtorturetestsuite(name, env, options):
|
||||
plantestsuite_loadlist(modname, env, cmdline)
|
||||
|
||||
|
||||
samba4srcdir = os.path.normpath(os.path.join(os.path.dirname(__file__), ".."))
|
||||
samba4srcdir = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
|
||||
builddir = os.getenv("BUILDDIR", samba4srcdir)
|
||||
samba4bindir = os.path.normpath(os.path.join(builddir, "bin"))
|
||||
smb4torture = binpath("smbtorture")
|
||||
|
Loading…
Reference in New Issue
Block a user