From cc41ccb48c8bfec7c14334e050dfd5a9da06accc Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Fri, 22 Aug 2014 16:57:23 -0400 Subject: [PATCH] Define SELENIUM_DRIVER_LOG_DIR in paver bok-choy command --- pavelib/utils/test/suites/bokchoy_suite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pavelib/utils/test/suites/bokchoy_suite.py b/pavelib/utils/test/suites/bokchoy_suite.py index ded8d904ca..da98d021e6 100644 --- a/pavelib/utils/test/suites/bokchoy_suite.py +++ b/pavelib/utils/test/suites/bokchoy_suite.py @@ -103,6 +103,7 @@ class BokChoyTestSuite(TestSuite): cmd = [ "SCREENSHOT_DIR='{}'".format(self.log_dir), "HAR_DIR='{}'".format(self.har_dir), + "SELENIUM_DRIVER_LOG_DIR='{}'".format(self.log_dir), "nosetests", test_spec, "--with-xunit",