From 240f80d02bfbe23284f63b1cbdf6e61527f9f0a9 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 14 Nov 2013 20:34:50 +1100 Subject: [PATCH] ctdb:tests: New "autotest" Makefile.in target This needs to run with socket wrapper and needs to stop after the 1st error. Pair-Programmed-With: Michael Adam Pair-programmed-with: Amitay Isaacs Signed-off-by: Martin Schwenke Signed-off-by: Michael Adam Signed-off-by: Amitay Isaacs --- ctdb/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index 55b21b728e7..eb280f223a8 100755 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -389,6 +389,9 @@ install_pmda: install_tests: all tests/INSTALL --destdir=$(DESTDIR) --datarootdir=$(prefix)/share --libdir=$(libdir) --bindir=$(bindir) --etcdir=$(etcdir) +autotest: all + tests/run_tests.sh -e -S -C + test: all tests/run_tests.sh -V tests/var -- 2.11.4.GIT