summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-04-30 09:35:56 +0200
committerStefan Metzmacher <metze@samba.org>2011-04-30 12:47:18 +0200
commita23d88e3df5a905a1423e626900d4b5a5bc3ce8c (patch)
tree381eb30f421ff92eba12e45278c4da2b30df8a98 /script
parent6ae2ecc4b8ca76eed5e987e4e8eabb7436aac5a6 (diff)
downloadsamba-a23d88e3df5a905a1423e626900d4b5a5bc3ce8c.tar.gz
samba-a23d88e3df5a905a1423e626900d4b5a5bc3ce8c.tar.bz2
samba-a23d88e3df5a905a1423e626900d4b5a5bc3ce8c.zip
script/autobuild.py: make sure --with-selftest-prefix keeps working
metze
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 47751435e3..ba917cec2f 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -50,7 +50,7 @@ tasks = {
("clean", "make clean", "text/plain") ],
# We have 'test' before 'install' because, 'test' should work without 'install'
- "samba4" : [ ("configure", "./configure.developer ${PREFIX}", "text/plain"),
+ "samba4" : [ ("configure", "./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
("make", "make -j", "text/plain"),
("test", "TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1", "text/plain"),
("install", "make install", "text/plain"),