script/autobuild.py: make sure --with-selftest-prefix keeps working
authorStefan Metzmacher <metze@samba.org>
Sat, 30 Apr 2011 07:35:56 +0000 (09:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 30 Apr 2011 10:47:18 +0000 (12:47 +0200)
metze

script/autobuild.py

index 47751435e38ac97d461283601d39d72a44119c25..ba917cec2fbfced3ad2dbf600c521ccb1a41eb07 100755 (executable)
@@ -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"),