From dd380e34598639cfdbe447462972fff03e44b805 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Tue, 5 Oct 2010 02:45:38 +0300 Subject: s4-test: Use absolute path for 'samba4srcdir' --- source4/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 5a2880aea0..f8db8a4522 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -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") -- cgit