From: Alexis Hallé Date: Wed, 26 May 2010 16:24:18 +0000 (-0400) Subject: make RUNLTTV configurable in trace_matches X-Git-Tag: v1.9.1~586 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=1ee0e522631bccee196eb95eca198a3252fe234f;p=lttng-ust.git make RUNLTTV configurable in trace_matches --- diff --git a/tests/trace_matches b/tests/trace_matches index ef259beb..ae838fba 100755 --- a/tests/trace_matches +++ b/tests/trace_matches @@ -1,6 +1,8 @@ #!/bin/bash -RUNLTTV=~/devel/lttv/runlttv +if [ -z "$RUNLTTV" ]; then + RUNLTTV=~/devel/lttv/runlttv +fi function error() { echo "$0: $@" >/dev/stderr