Commit cc41ccb4 by Jesse Zoldak

Define SELENIUM_DRIVER_LOG_DIR in paver bok-choy command

parent b875a429
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment