From dfe81e68825bdda5c88a78b10ca09da573063a85 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 14 Oct 2013 18:39:33 +0000 Subject: [PATCH] Add setting for where to save files which fail urltest diffs. - Legacy-Id: 6448 --- ietf/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ietf/settings.py b/ietf/settings.py index f69fc2ca5..ca6779d2b 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -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