summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-20 14:15:34 +0200
committerMichael Adam <obnox@samba.org>2012-06-21 23:49:19 +0200
commit80921deae0e0ef282ed53ad8dcb04c72792ae132 (patch)
tree754d1fe9aa2b0f965a7b9cdaaf1fbde1d87d87ba /script
parenta0f601451785686ba45f3be5c7ca9b5cf3b86113 (diff)
downloadsamba-80921deae0e0ef282ed53ad8dcb04c72792ae132.tar.gz
samba-80921deae0e0ef282ed53ad8dcb04c72792ae132.tar.bz2
samba-80921deae0e0ef282ed53ad8dcb04c72792ae132.zip
autobuild: run "samba-ctdb" by default to catch dbwrap_ctdb regressions
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 56b253f65d..c60d019a5c 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -33,7 +33,7 @@ builddirs = {
"retry" : "."
}
-defaulttasks = [ "samba3", "samba", "samba-libs", "ldb", "tdb", "ntdb", "talloc", "replace", "tevent", "pidl" ]
+defaulttasks = [ "samba3", "samba", "samba-ctdb", "samba-libs", "ldb", "tdb", "ntdb", "talloc", "replace", "tevent", "pidl" ]
tasks = {
"samba3" : [ ("autogen", "./autogen.sh", "text/plain"),