test/Makefile.am |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 795fac61dc40fff833f51e4e554c00b6a7685b87
Author:     Michael Meeks <michael.me...@collabora.com>
AuthorDate: Thu Mar 26 14:01:13 2020 +0000
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Thu Mar 26 16:15:34 2020 +0100

    test: run unit-copy-paste on its own to make it happier.
    
    Change-Id: Ib6aa1f40ba346381937210e600636e8d904a4713
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91104
    Tested-by: Michael Meeks <michael.me...@collabora.com>
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>

diff --git a/test/Makefile.am b/test/Makefile.am
index 5d3c0722d..db5c6fb95 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -237,9 +237,14 @@ unit-typing.log     : group1.log
 unit-convert.log    : group1.log
 unit-tilecache.log  : group1.log
 unit-timeout.log    : group1.log
-unit-copy-paste.log : group1.log
 
-group2.log: unit-copy-paste.log unit-typing.log unit-convert.log 
unit-tilecache.log unit-timeout.log
+group1a.log: unit-typing.log unit-convert.log unit-tilecache.log 
unit-timeout.log
+       touch $@
+
+# isolate this one - it's not a happy test.
+unit-copy-paste.log : group1a.log
+
+group2.log: unit-copy-paste.log
        touch $@
 
 unit-prefork.log : group2.log
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to