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