Define SELENIUM_DRIVER_LOG_DIR in paver bok-choy command

This commit is contained in:
Jesse Zoldak
2014-08-22 16:57:23 -04:00
parent b875a42971
commit cc41ccb48c

View File

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