From 074a57e8374f33abc472c331feec98b393a05acf Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Mon, 24 Feb 2014 15:26:29 -0500 Subject: [PATCH] Bump up the verbosity on bok-choy logging --- rakelib/bok_choy.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakelib/bok_choy.rake b/rakelib/bok_choy.rake index c2809dcd68..f086f9b418 100644 --- a/rakelib/bok_choy.rake +++ b/rakelib/bok_choy.rake @@ -133,7 +133,7 @@ def run_bok_choy(test_spec) # Construct the nosetests command, specifying where to save screenshots and XUnit XML reports cmd = [ "SCREENSHOT_DIR='#{BOK_CHOY_LOG_DIR}'", "nosetests", test_spec, - "--with-xunit", "--xunit-file=#{BOK_CHOY_XUNIT_REPORT}" + "--with-xunit", "--xunit-file=#{BOK_CHOY_XUNIT_REPORT}", "--verbosity=2" ] # Configure parallel test execution, if specified