diff options
author | Michael Adam <obnox@samba.org> | 2012-06-20 14:15:34 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-06-21 23:49:19 +0200 |
commit | 80921deae0e0ef282ed53ad8dcb04c72792ae132 (patch) | |
tree | 754d1fe9aa2b0f965a7b9cdaaf1fbde1d87d87ba /script | |
parent | a0f601451785686ba45f3be5c7ca9b5cf3b86113 (diff) | |
download | samba-80921deae0e0ef282ed53ad8dcb04c72792ae132.tar.gz |
autobuild: run "samba-ctdb" by default to catch dbwrap_ctdb regressions
Diffstat (limited to 'script')
-rwxr-xr-x | script/autobuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py index 56b253f65d7..c60d019a5c3 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"), |