From 749a0d7be8d2a70443e553c1d26f86cb8b8c66fe Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 30 Nov 2022 18:08:14 +0100 Subject: [PATCH] Add option to reset the traces, to use after rework Signed-off-by: Gilles Peskine --- scripts/lcov.sh | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/scripts/lcov.sh b/scripts/lcov.sh index 80ebc7987..718166ddb 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh @@ -2,7 +2,7 @@ help () { cat <&1; exit 120;; + esac +done +shift $((OPTIND - 1)) + +"$main" "$@"