From: Alexis Hallé Date: Wed, 26 May 2010 16:24:18 +0000 (-0400) Subject: make RUNLTTV configurable in trace_matches X-Git-Tag: v0.5~8 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=1ee0e522631bccee196eb95eca198a3252fe234f make RUNLTTV configurable in trace_matches --- diff --git a/tests/trace_matches b/tests/trace_matches index ef259be..ae838fb 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