From e9036e23d82ca68706c258d32cfb186f9615930b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 19 Nov 2020 13:35:28 +0100 Subject: 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 Tested-by: Jenkins (cherry picked from commit 1ab938155c875e65470b9f6b3b3ef65885462f7a) --- desktop/scripts/soffice.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 415ea047361d..021c706f5c78 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." -- cgit