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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 23 11:37:58 UTC 2020


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

New commits:
commit 148a32c0411e68c89626573abfb73844f49cda3b
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Sun Feb 23 12:08:36 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Sun Feb 23 12:08:36 2020 +0100

    parallel-cypress: Let's make the pid file under workdir.
    
    Change-Id: Ib927b7d4c29c623de8cd4bf083843a7a6a7c9c2f

diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index 9453f0969..d52257854 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -7,7 +7,7 @@ WAIT_ON_BINARY = ${abs_builddir}/node_modules/wait-on/bin/wait-on
 GET_PORT_BINARY = ${abs_builddir}/node_modules/get-port-cli/cli.js
 NPM_INSTALLED = $(abs_builddir)/workdir/npm_installed
 
-PID_FILE=$(abs_builddir)/loolwsd.pid
+PID_FILE=$(abs_builddir)/workdir/loolwsd.pid
 
 DESKTOP_USER_AGENT = "cypress"
 DESKTOP_TEST_FOLDER = ${abs_srcdir}/integration_tests/desktop


More information about the Libreoffice-commits mailing list