update 'rake test' action

This commit is contained in:
Johan Holmberg 2017-09-03 17:21:41 +02:00
parent ba12179c02
commit 735206883e

View File

@ -4,7 +4,7 @@ ENV["LC_ALL"] = "C" if RUBY_PLATFORM =~ /darwin/
desc "run regression tests"
task "test" do
sh "ruby -w run-regression.rb"
sh "cmdtest t"
end
desc "generate HTML manual"