From 0af88b70a3a12aa8b1db0b0767d7a618112489f5 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Thu, 20 Jun 2013 13:09:29 +0300 Subject: [PATCH] makes tests for sphynx doc generation not to run browser --- rakefiles/tests.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rakefiles/tests.rake b/rakefiles/tests.rake index ae16801f5d..20bd34f4e8 100644 --- a/rakefiles/tests.rake +++ b/rakefiles/tests.rake @@ -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