desktop/scripts/soffice.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1ab938155c875e65470b9f6b3b3ef65885462f7a Author: Michael Stahl <[email protected]> AuthorDate: Thu Nov 19 13:35:28 2020 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Mon Nov 23 14:35:25 2020 +0100 desktop: rr --ignore-nested was renamed to --nested=ignore Change-Id: Id1c1789c24b8eec27db0b24e1e43e2eb7d562509 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106291 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 5538c968ee18..67cc0b89751f 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -78,8 +78,8 @@ for arg in "$@" $EXTRAOPT ; do case "$arg" in --record) if which rr >/dev/null 2>&1 ; then - # smoketest may already be recorded => use ignore-nested - RRCHECK="rr record --ignore-nested" + # smoketest may already be recorded => ignore nested + RRCHECK="rr record --nested=ignore" checks="c$checks" else echo "Error: Can't find the tool \"rr\", --record option will be ignored." _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
