cypress_test/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 39150fca06dbcc6b2eb03d2846bc7a8abe9f66e7 Author: Tamás Zolnai <tamas.zol...@collabora.com> AuthorDate: Thu Feb 20 04:15:58 2020 +0100 Commit: Tamás Zolnai <tamas.zol...@collabora.com> CommitDate: Thu Feb 20 05:44:57 2020 +0100 cypress: better way to generate allowed port numbers. Change-Id: I1900df07f1fe76d39a35ab8cab0d62c0c53a35f9 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89069 Tested-by: Tamás Zolnai <tamas.zol...@collabora.com> Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com> diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am index d77710989..171a3f1e1 100644 --- a/cypress_test/Makefile.am +++ b/cypress_test/Makefile.am @@ -13,8 +13,7 @@ MOBILE_TEST_FOLDER = ${abs_srcdir}/integration_tests/mobile MOBILE_DATA_FOLDER = ${abs_srcdir}/data/mobile/ MOBILE_WORKDIR = ${abs_builddir}/workdir/mobile/ -ALLOWED_PORTS = 9980 9979 9978 9977 9976 9975 9974 9973 9972 9971 9970 - +ALLOWED_PORTS = $(shell seq 9900 1 9980) FREE_PORT=$(shell node_modules/get-port-cli/cli.js --host=127.0.0.1 $(ALLOWED_PORTS)) if HAVE_LO_PATH _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits