Commit 0af88b70 by Alexander Kryklia

makes tests for sphynx doc generation not to run browser

parent 26565f56
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment