[Libreoffice-commits] online.git: test/Makefile.am
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 21 14:48:31 UTC 2020
test/Makefile.am | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
New commits:
commit 17bef63abdd1c106be8e186998372063acc836d0
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Feb 21 15:19:48 2020 +0100
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Feb 21 15:48:13 2020 +0100
Try to fix parallel build.
We are running make -j2 check with Jenkins now.
Which fails with these unit tests. Let's just
serialize all, so we can test cypress test
parallelization.
Change-Id: Ib1ed21581c88cd86cbd13ef5c6b8b98abaef1da5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89211
Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/test/Makefile.am b/test/Makefile.am
index 9146f2a83..e6588810c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -233,10 +233,8 @@ unit-copy-paste.log : unit-crash.log
unit-typing.log : unit-copy-paste.log
unit-convert.log : unit-typing.log
unit-prefork.log : unit-convert.log
-
-# try a couple in parallel
unit-tilecache.log : unit-prefork.log
-unit-timeout.log : unit-prefork.log
+unit-timeout.log : unit-tilecache.log
unit-oauth.log : unit-timeout.log
unit-wopi.log : unit-oauth.log
@@ -247,9 +245,8 @@ unit-wopi-documentconflict.log : unit-wopi-versionrestore.log
unit_wopi_renamefile.log : unit-wopi-documentconflict.log
unit_wopi_watermark.log : unit_wopi_renamefile.log
-# parallelize a couple at least.
unit-http.log : unit_wopi_watermark.log
-unit-tiff-load.log : unit_wopi_watermark.log
+unit-tiff-load.log : unit-http.log
unit-large-paste.log : unit-tiff-load.log
unit-paste.log : unit-large-paste.log
More information about the Libreoffice-commits
mailing list