瀏覽代碼

set "warning = false" for "rake test:scm:units" and "rake test:scm:functionals"

git-svn-id: http://svn.redmine.org/redmine/trunk@16421 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Toshi MARUYAMA 7 年之前
父節點
當前提交
064067fbf2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      lib/tasks/testing.rake

+ 2
- 0
lib/tasks/testing.rake 查看文件

@@ -82,6 +82,7 @@ namespace :test do
Rake::TestTask.new(:units => "db:test:prepare") do |t|
t.libs << "test"
t.verbose = true
t.warning = false
t.test_files = FileList['test/unit/repository*_test.rb'] + FileList['test/unit/lib/redmine/scm/**/*_test.rb']
end
Rake::Task['test:scm:units'].comment = "Run the scm unit tests"
@@ -89,6 +90,7 @@ namespace :test do
Rake::TestTask.new(:functionals => "db:test:prepare") do |t|
t.libs << "test"
t.verbose = true
t.warning = false
t.test_files = FileList['test/functional/repositories*_test.rb']
end
Rake::Task['test:scm:functionals'].comment = "Run the scm functional tests"

Loading…
取消
儲存