1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

script/autobuild.py: make sure --with-selftest-prefix keeps working

metze
This commit is contained in:
Stefan Metzmacher 2011-04-30 09:35:56 +02:00
parent 6ae2ecc4b8
commit a23d88e3df

View File

@ -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"),