diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-02-23 12:08:36 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-02-24 19:43:23 +0100 |
commit | 5ff34b20c59dadc44831259fb280b15e34e95e26 (patch) | |
tree | ffa0cd6a5b294fa08d84578d4122b918454eb71a | |
parent | a7da4096243b4f33102c05a83aaec63ec37bb069 (diff) |
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@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
-rw-r--r-- | cypress_test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |