From mboxrd@z Thu Jan 1 00:00:00 1970 From: nils.carlson@ericsson.com (Nils Carlson) Date: Tue, 21 Sep 2010 13:54:04 +0200 Subject: [ltt-dev] [UST PATCH] Fix bug in test_functions.sh Message-ID: <1285070044-5376-1-git-send-email-nils.carlson@ericsson.com> As we were playing with OPTIND we managed to match the same thing multiple times. Maybe make this more elegant in the future. Signed-off-by: Nils Carlson --- tests/test_functions.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/test_functions.sh b/tests/test_functions.sh index d27a734..40d4d89 100644 --- a/tests/test_functions.sh +++ b/tests/test_functions.sh @@ -40,6 +40,7 @@ function check_trace_logs() { function trace_matches() { + local OPTIND= RUNLTTV=~/devel/lttv/runlttv -- 1.7.1