summaryrefslogtreecommitdiff
path: root/test/runCompletion
diff options
context:
space:
mode:
authorCrestez Dan Leonard <cdleonard@gmail.com>2010-02-20 22:53:30 +0200
committerCrestez Dan Leonard <cdleonard@gmail.com>2010-02-20 22:54:13 +0200
commitf9177e52863c400d1b860ecd39eb3cda066075d6 (patch)
tree71422b2a634cdc863b128bb6733630e7a281cc98 /test/runCompletion
parent7ef06fb2df2ce5dd1b074a9f23a4c53d42c3bcd3 (diff)
downloadbash-completion-f9177e52863c400d1b860ecd39eb3cda066075d6.tar.gz
(testsuite) Add a --debug-xtrace option to run.
Cleanup test/run scripts and add a --debug-xtrace option.
Diffstat (limited to 'test/runCompletion')
-rwxr-xr-xtest/runCompletion2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runCompletion b/test/runCompletion
index 862adeaa..10abc7d1 100755
--- a/test/runCompletion
+++ b/test/runCompletion
@@ -4,4 +4,4 @@
# isn't initialized at that point (i.e. output of `expect' is shown on
# stdout - `open_logs' hasn't run yet?). And running code from a library
# file isn't probably a good idea either.
-runtest --outdir log --tool completion $*
+"${BASH_SOURCE[0]%/*}/run" --tool completion $*