makes tests for sphynx doc generation not to run browser

This commit is contained in:
Alexander Kryklia
2013-06-20 13:09:29 +03:00
parent 26565f565e
commit 0af88b70a3

View File

@@ -40,9 +40,9 @@ task :test_docs do
test_message = "If test fails, you shoud run %s and look at whole output and fix exceptions.
(You shouldn't fix rst warnings and errors for this to pass, just get rid of exceptions.)"
puts (test_message % ["rake doc"]).colorize( :light_green )
test_sh('rake doc')
test_sh('rake builddocs')
puts (test_message % ["rake doc[pub]"]).colorize( :light_green )
test_sh('rake doc[pub]')
test_sh('rake builddocs[pub]')
end
directory REPORT_DIR