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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 24 18:43:41 UTC 2020


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

New commits:
commit 5ff34b20c59dadc44831259fb280b15e34e95e26
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: Mon Feb 24 19:43:23 2020 +0100

    cypress: let's make the pid file under workdir.
    
    Change-Id: Ib927b7d4c29c623de8cd4bf083843a7a6a7c9c2f
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89374
    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 ceadb62cb..e05ddbb82 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