cypress_test/run_iteratively.sh |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit c3d17108bf365b42f5178e019e348fbed473d1e2
Author:     Tamás Zolnai <[email protected]>
AuthorDate: Thu Jul 30 11:47:07 2020 +0200
Commit:     Tamás Zolnai <[email protected]>
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 <[email protected]>
    Reviewed-by: Tamás Zolnai <[email protected]>

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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to