summaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/leap_cli/commands/test.rb')
-rw-r--r--lib/leap_cli/commands/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/test.rb b/lib/leap_cli/commands/test.rb
index fe48a1f..7e80be7 100644
--- a/lib/leap_cli/commands/test.rb
+++ b/lib/leap_cli/commands/test.rb
@@ -1,7 +1,7 @@
module LeapCli; module Commands
desc 'Run tests.'
- command :test do |test|
+ command [:test, :t] do |test|
test.desc 'Run the test suit on FILTER nodes.'
test.arg_name 'FILTER', :optional => true
test.command :run do |run|