Prep for initial language release
This commit is contained in:
@@ -57,7 +57,7 @@ namespace :i18n do
|
||||
end
|
||||
|
||||
desc "Run tests for the internationalization library"
|
||||
task :test => ["i18n:validate:gettext", "i18n:extract", "i18n:generate"] do
|
||||
task :test do
|
||||
test = File.join(REPO_ROOT, "i18n", "tests")
|
||||
pythonpath_prefix = "PYTHONPATH=#{REPO_ROOT}/i18n:$PYTHONPATH"
|
||||
sh("#{pythonpath_prefix} nosetests #{test}")
|
||||
|
||||
Reference in New Issue
Block a user