diff options
author | Chad Versace <chad.versace@intel.com> | 2015-12-11 10:22:58 -0800 |
---|---|---|
committer | Chad Versace <chad.versace@intel.com> | 2015-12-11 11:09:59 -0800 |
commit | b3cc14981a97144e29c5e7305c3224b72fe52081 (patch) | |
tree | c44a7cb2f136ee68217d17873c599a53d8a43d28 /misc | |
parent | f1a5fcb5db5e2fdc875124aeeeca7323f48f2a07 (diff) |
cmd/ls-example-tests: Remove command
It's no longer needed because crucible-ls-tests now lists *all* tests.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/crucible-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/crucible-completion.bash b/misc/crucible-completion.bash index 583e79e..8942b14 100644 --- a/misc/crucible-completion.bash +++ b/misc/crucible-completion.bash @@ -1,4 +1,4 @@ -__crucible_commands="bootstrap dump-image test help ls-tests ls-example-tests run version" +__crucible_commands="bootstrap dump-image test help ls-tests run version" __crucible_bootstrap() { |