[Libreoffice-commits] online.git: cypress_test/run_iteratively.sh
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 30 13:26:50 UTC 2020
cypress_test/run_iteratively.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit c3d17108bf365b42f5178e019e348fbed473d1e2
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Jul 30 11:47:07 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Jul 30 15:26:31 2020 +0200
cypress: update run_iteratively.sh script to work with multi-user tests.
Change-Id: Ib817152deaa421bd25ae8c703edbf0cf2facd6fd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99782
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/cypress_test/run_iteratively.sh b/cypress_test/run_iteratively.sh
index 3d8050374..f7ba93b59 100755
--- a/cypress_test/run_iteratively.sh
+++ b/cypress_test/run_iteratively.sh
@@ -9,11 +9,13 @@ fi
loop_count=10
-if [ $1 = "mobile" ]
+if [ $1 = "mobile" ];
then
command="make check-mobile spec="$2
-else
+elif [ $1 = "desktop" ]; then
command="make check-desktop spec="$2
+else
+ command="make check-multi spec="$2
fi
i=0
More information about the Libreoffice-commits
mailing list