From a43a1d922611a0610f8d815285e91dff6d77d629 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 10 Dec 2010 17:15:18 +0100 Subject: s3-selftest: support differing VFSLIBDIR in autoconf and waf build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With this change make test in the s3 waf build (w/o s4 smbtorture yet) works! Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Dec 13 13:06:05 CET 2010 on sn-devel-104 --- source3/selftest/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/selftest') diff --git a/source3/selftest/wscript b/source3/selftest/wscript index b3139d531c..0e3ee9ed64 100644 --- a/source3/selftest/wscript +++ b/source3/selftest/wscript @@ -120,6 +120,7 @@ def cmd_testonly(opt): # tell build system where to find config.h os.environ['CONFIG_H'] = 'bin/default/source3/include/config.h' + os.environ['VFSLIBDIR'] = os.path.abspath('bin/modules/vfs') st_done = os.path.join(env.SELFTEST_PREFIX, 'st_done') if os.path.exists(st_done): -- cgit