##// END OF EJS Templates
Fixes task description....
Jean-Philippe Lang -
r4433:4695754d2a77
parent child
Show More
@@ -63,6 +63,6 namespace :test do
63 t.verbose = true
63 t.verbose = true
64 t.test_files = FileList['test/functional/repositories*_test.rb']
64 t.test_files = FileList['test/functional/repositories*_test.rb']
65 end
65 end
66 Rake::Task['test:scm:functionals'].comment = "Run the scm unit tests"
66 Rake::Task['test:scm:functionals'].comment = "Run the scm functional tests"
67 end
67 end
68 end
68 end
General Comments 0
You need to be logged in to leave comments. Login now