Add setting for where to save files which fail urltest diffs.

- Legacy-Id: 6448
This commit is contained in:
Henrik Levkowetz 2013-10-14 18:39:33 +00:00
parent b951a187a7
commit dfe81e6882

View file

@ -232,6 +232,8 @@ TEST_RUNNER = 'ietf.utils.test_runner.run_tests'
# Fixtures which will be loaded before testing starts
GLOBAL_TEST_FIXTURES = [ 'names','groups','persons', 'roles']
TEST_DIFF_FAILURE_DIR = "/tmp/test/failure/"
# WG Chair configuration
MAX_WG_DELEGATES = 3