[Libreoffice-commits] online.git: cypress_test/Makefile.am

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 26 13:55:14 UTC 2020


 cypress_test/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9205b4e309fb8bd7b0355081009a4c9efeaf1bb7
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Jun 26 15:06:29 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Jun 26 15:54:56 2020 +0200

    cypress: improve error matcher.
    
    Change-Id: Idad9b6a37b86160c65e0af25bee844652b83f77b
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97229
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index 3f57daa44..ea32b1a32 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -234,7 +234,7 @@ define run_mobile_tests
 	)
 endef
 
-ERROR_MATCHER = "Error:\|Command failed:\|Timed out retrying"
+ERROR_MATCHER = "Error:\|Command failed:\|Timed out retrying\|The error was:"
 
 define execute_run_parallel
 	@mkdir -p $(dir $(2)) && touch $(2) && \


More information about the Libreoffice-commits mailing list