From ff82afb1f8ad3cf950277487aff05d442d03c969 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 5 Oct 2012 11:51:37 +0200 Subject: selftest: Move more tests to common list script. Autobuild-User(master): Jelmer Vernooij Autobuild-Date(master): Fri Oct 12 02:06:42 CEST 2012 on sn-devel-104 --- selftest/selftesthelpers.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'selftest/selftesthelpers.py') diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py index 7fc085477d..45170304e5 100644 --- a/selftest/selftesthelpers.py +++ b/selftest/selftesthelpers.py @@ -177,3 +177,9 @@ def planpythontestsuite(env, module, name=None, extra_path=[]): if pypath: args.insert(0, "PYTHONPATH=%s" % ":".join(["$PYTHONPATH"] + pypath)) plantestsuite_idlist(name, env, args) + + +samba4srcdir = source4dir() +bbdir = os.path.join(srcdir(), "testprogs/blackbox") +configuration = "--configfile=$SMB_CONF_PATH" + -- cgit