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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 13 19:14:36 UTC 2020


 cypress_test/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f7d232d75835dd7002e712d33a2e9fb776c4293d
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Feb 13 19:33:08 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Feb 13 20:14:18 2020 +0100

    cypress: Create workdir in the builddir.
    
    Change-Id: Ief5a74412b7e12350d83b3af4345bf813288065c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88628
    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 b4ec01c78..58fa873f4 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -6,12 +6,12 @@ CYPRESS_BINARY = ${abs_builddir}/node_modules/cypress/bin/cypress
 DESKTOP_USER_AGENT = "cypress"
 DESKTOP_TEST_FOLDER = ${abs_srcdir}/integration_tests/desktop
 DESKTOP_DATA_FOLDER = ${abs_srcdir}/data/desktop/
-DESKTOP_WORKDIR = ${abs_srcdir}/workdir/desktop/
+DESKTOP_WORKDIR = ${abs_builddir}/workdir/desktop/
 
 MOBILE_USER_AGENT = "cypress mobile"
 MOBILE_TEST_FOLDER = ${abs_srcdir}/integration_tests/mobile
 MOBILE_DATA_FOLDER = ${abs_srcdir}/data/mobile/
-MOBILE_WORKDIR = ${abs_srcdir}/workdir/mobile/
+MOBILE_WORKDIR = ${abs_builddir}/workdir/mobile/
 
 if HAVE_LO_PATH
 check-local: @JAILS_PATH@ node_modules


More information about the Libreoffice-commits mailing list