From 4c6948301a7bca2e9b1b8c3b70c320a3e2926542 Mon Sep 17 00:00:00 2001 From: Johan Holmberg Date: Sun, 10 May 2009 21:13:09 +0000 Subject: [PATCH] Added description of -i option. --- bin/cmdtest.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/cmdtest.rb b/bin/cmdtest.rb index 4874f40..0e4bd22 100755 --- a/bin/cmdtest.rb +++ b/bin/cmdtest.rb @@ -317,6 +317,8 @@ module Cmdtest @ruby_s = true when opt =~ /^-r$/ @incremental = true + when opt =~ /^-i$/ + @incremental = true when opt =~ /^--help$/ || opt =~ /^-h$/ puts _show_options @@ -373,6 +375,7 @@ module Cmdtest puts " --fast run fast without waiting for unique mtime:s" puts " --test=NAME only run named test" puts " --xml=FILE write summary on JUnit format" + puts " -i incremental mode" end end