X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=tests%2Ftrace_matches;h=ae838fba66adf7fc8d124d9a87b65f79ceea1a0a;hp=ef259bebded2992b23029d55c731dce47541878a;hb=1ee0e522631bccee196eb95eca198a3252fe234f;hpb=21859693f3bc01c873793c792e472a7147fcca01 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