cypress_test/run_parallel.sh |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 3753406ed2e15f25c4282b73963f44994dec0b92
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Fri Aug 7 14:20:42 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Fri Aug 7 14:59:49 2020 +0200

    cypress: update error message with multi-user interactive runner command.
    
    Change-Id: Iccaa3fd3fd27133b21a099e463debb3e4d226c5f
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100312
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

diff --git a/cypress_test/run_parallel.sh b/cypress_test/run_parallel.sh
index 0da1ea5c2..b73b2bb44 100755
--- a/cypress_test/run_parallel.sh
+++ b/cypress_test/run_parallel.sh
@@ -77,6 +77,14 @@ print_error() {
     echo -e "\
     Open the failing test in the interactive test runner:\n\
     \tcd cypress_test && make run-${COMMAND} spec=${SPEC}\n" >> ${ERROR_LOG}
+    elif [[ ${TEST_FILE} == *"user1"* ]]; then
+    echo -e "\
+    Open the failing test in the interactive test runner:\n\
+    \tcd cypress_test && make run-${COMMAND} spec=${SPEC} user=1\n" >> 
${ERROR_LOG}
+    else
+    echo -e "\
+    Open the failing test in the interactive test runner:\n\
+    \tcd cypress_test && make run-${COMMAND} spec=${SPEC} user=2\n" >> 
${ERROR_LOG}
     fi
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to