config/shared_commands.rb in test_ids-0.8.0 vs config/shared_commands.rb in test_ids-0.8.1
- old
+ new
@@ -8,16 +8,17 @@
else
puts "You must supply a commit ID to rollback to, e.g. origen test_ids:rollback 456ac3f53"
end
exit 0
-when "test_ids:clear"
+when "test_ids:clear", "test_ids:repair"
require "test_ids/commands/#{@command.split(':').last}"
exit 0
else
@plugin_commands << <<-EOT
test_ids:rollback Rollback the TestIds store to the given commit ID
test_ids:clear Clear the assignment database for bins, softbins, numbers or all
+ test_ids:repair Repair the given database, see -h for more
EOT
end