summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/selftest/config.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/source4/selftest/config.mk b/source4/selftest/config.mk
index 72bc10cf56..ab04c60a11 100644
--- a/source4/selftest/config.mk
+++ b/source4/selftest/config.mk
@@ -1,12 +1,12 @@
+TEST_FORMAT = plain
+
SELFTEST = $(LIB_PATH_VAR)=$(builddir)/bin/shared $(PERL) $(srcdir)/selftest/selftest.pl --prefix=${selftest_prefix} \
--builddir=$(builddir) --srcdir=$(srcdir) \
--expected-failures=$(srcdir)/samba4-knownfail \
+ --format=$(TEST_FORMAT) \
--exclude=$(srcdir)/samba4-skip --testlist="./selftest/samba4_tests.sh|" \
$(TEST_OPTIONS)
-htmltest: everything
- $(SELFTEST) $(DEFAULT_TEST_OPTIONS) --format=html $(TESTS)
-
test: everything
$(SELFTEST) $(DEFAULT_TEST_OPTIONS) --immediate $(TESTS)
@@ -28,9 +28,6 @@ test-noswrap: everything
quicktest: all
$(SELFTEST) --quick --socket-wrapper --immediate $(TESTS)
-htmlquicktest: all
- $(SELFTEST) --quick --socket-wrapper --format=html --immediate $(TESTS)
-
quicktestone: all
$(SELFTEST) --quick --socket-wrapper --one $(TESTS)