[Libreoffice-commits] online.git: Branch 'feature/parallel_cypress' - cypress_test/Makefile.am

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 28 13:38:24 UTC 2020


 cypress_test/Makefile.am |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 2d6fc5ff2705f1ccf199bdeee410be1823807f61
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Feb 28 14:37:56 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Feb 28 14:37:56 2020 +0100

    parallel-cypress: restore original check rule as check-seq.
    
    It can be used to run tests sequentially with a better
    output on the console.
    
    Change-Id: Ib061fad28eeb1246c774bfb7fd958c3f5b9c317b

diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index 701fcf093..92d40a364 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -76,6 +76,13 @@ $(DESKTOP_TEST_FILES_DONE): $(PID_FILE)
 	@mkdir -p $(dir $@)
 	@touch $@
 
+check-seq: @JAILS_PATH@ $(NODE_BINS)
+	$(call run_JS_error_check)
+	$(call start_loolwsd)
+	$(call run_desktop_tests)
+	$(call run_mobile_tests)
+	@$(KILL_COMMAND) || true
+
 check-desktop: @JAILS_PATH@ $(NODE_BINS)
 	$(call run_JS_error_check)
 	$(call start_loolwsd)


More information about the Libreoffice-commits mailing list