Commit Graph

6 Commits

Author SHA1 Message Date
Steve Vinoski
df7157f642 improve riak_test bash completion
Add missing riak_test options. Allow completion to work if riak_test is
invoked as ./riak_test or a similar pathname. Change the grep for "confirm"
to "confirm/0", which should be found in a test module export, so it
doesn't accidentally catch the plain word "confirm" in a comment in a
module that shouldn't be part of the testname completion. The
_get_comp_words_by_ref helper function is not available by default on OS X,
so add code to compensate for that case. Use a local variable to capture
the grep output, rather than overwriting a global variable.
2014-04-22 20:17:46 -04:00
Joseph Blomstedt
37232a3a61 Fix eleveldb typo in rt-cluster 2014-02-11 00:08:16 -08:00
Joseph Blomstedt
eef9ab38ff Make rt-cluster support multiple clusters/repl 2014-02-07 01:24:55 -08:00
Joseph Blomstedt
a5d6872670 Numerous rtssh harness improvements
-- Update to work in post-Cuttlefish world
-- Support upgrade/downgrades
-- Support cluster groups (as used by rtcloud)
-- Create missing SNMP directories
-- Add utils/rt-cluster escript for cluster provisioning
2014-02-06 23:42:52 -08:00
Dave Parfitt
27456146d4 added zsh completion from jrwest
Source:
https://gist.github.com/jrwest/cfad8b14eb286a0bb93d
2013-12-06 16:13:04 -05:00
Dave Parfitt
d326a7c267 add shell completion for test names 2013-12-06 15:40:11 -05:00