summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2016-08-10 13:50:19 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 14:24:21 +0000
commit0868f670374cdcf6c2610d91ff8702f59b2e0bd3 (patch)
tree25a1e195555bcab878256bf2cdb149a0c610dc30
parent79603023925547e1a2ace7cd4e113cdf702622b4 (diff)
enable export-validation in tests by default
since ODF and OOXML validators are now being downloaded, so new default behavior is to use validation for export tests. To disable validation in tests -without-export-validation configure switch should be used. Change-Id: I5cfebae0375e6676ef8cba4cfdaac4b164eed97d Reviewed-on: https://gerrit.libreoffice.org/28014 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e1483688783..38d83c6c2464 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2039,7 +2039,7 @@ AC_ARG_WITH(export-validation,
[If you want the exported files to be validated. Right now limited to OOXML and ODF files.
Note: You need executable scripts officeotron and odfvalidator that take the path to the file.
See https://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/export-validation]),
-,)
+,with_export_validation=yes)
AC_ARG_WITH(bffvalidator,
AS_HELP_STRING([--with-bffvalidator=<absolute path to BFFValidator>],