configure.ac |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 2afebbeb672af1f94384b0bd7120107fde251fbd
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Jan 27 09:07:19 2020 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Mon Jan 27 09:44:29 2020 +0100

    configure: make lack of Chrome an error in the enable-cypress case
    
    Change-Id: I1e2d4c884fc58334b3fdd5d43b1821eceeb08987
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87487
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/configure.ac b/configure.ac
index f56bcab1b..8e769ff35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -888,8 +888,7 @@ AS_IF([test `uname -s` = "Linux"],
        if test "$enable_cypress" = "yes"; then
            AC_PATH_PROGS(CHROME, chrome google-chrome chromium, no)
            if test "$CHROME" = "no"; then
-               # Only a warning till these tests are not part of toplevel 
'make check'.
-               AC_MSG_WARN([chrome or chromium is required to run the JS 
tests, but not installed])
+               AC_MSG_ERROR([chrome or chromium is required to run the JS 
tests, but not installed])
            fi
        fi
        ])
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to