Merge pull request #2703 from edx/zoldak/verbose-bok-choy-logging

Bump up the verbosity on bok-choy logging
This commit is contained in:
Jay Zoldak
2014-02-24 15:53:05 -05:00

View File

@@ -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