diff options
author | Amitay Isaacs <amitay@gmail.com> | 2013-11-14 17:38:29 +1100 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2013-11-28 07:31:13 +0100 |
commit | e9f4b69bae08af6a4a228fc5f9ae1df9628819b1 (patch) | |
tree | 2df7d99250207660813594bf7ef3198610566bfa /script/autobuild.py | |
parent | 85a25abed0b05d829ed5e628c6f61790a975167b (diff) | |
download | samba-e9f4b69bae08af6a4a228fc5f9ae1df9628819b1.tar.gz samba-e9f4b69bae08af6a4a228fc5f9ae1df9628819b1.tar.xz samba-e9f4b69bae08af6a4a228fc5f9ae1df9628819b1.zip |
autobuild: Run ctdb regression tests
Pair-Programmed-with: Michael Adam <obnox@samba.org>
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'script/autobuild.py')
-rwxr-xr-x | script/autobuild.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py index 97c46abc98..41ba8a4b16 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -40,6 +40,7 @@ tasks = { ("configure", "./configure ${PREFIX} --enable-socket-wrapper ", "text/plain"), ("make", "make all", "text/plain"), ("install", "make install", "text/plain"), + ("test", "make autotest", "text/plain"), ("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"), ("clean", "make clean", "text/plain") ], |